Customizing the MFA Server address space JCL (MFA)

The MFA Server address space MFA is used to install the SVC routine and to set up a common access data space that contains user administration control structures needed for communication.

The type 3 SVC routine is installed whenever the address space starts, and is deleted from the system SVC table when it is stopped.

Customize the sample JCL procedure that is used to start MFA Server. This is located in hlq.MFA.CNTL(MFA). You must uncomment the following four lines highlighted below:

//*--------------------------------
//* zServer Holder
//*--------------------------------
//*
//*SYSEXEC  DD DISP=SHR,DSN=&TAUQUAL..EXEC
//CONFXML  DD DISP=SHR,DSN=&DSNQUAL..CNTL(MFAXML)
//CONFOSR  DD DISP=SHR,DSN=&TAUQUAL..OSR(MFAOSR)
//*DSPPRT   DD SYSOUT=*,LRECL=255
//*SYSOUT   DD SYSOUT=*
//*SYSTSIN  DD DUMMY