MFA Started Task JCL Procedure

Customize member MFA in the CNTL data set. This is the started task JCL procedure for Mainframe Access server. Use the ISPF change command to change HLQ to your qualifier (hlq).

If you are using IBM's TCP/IP, overtype TCPIP.OS390.TCPDATA with the name of your installation's "TCPIP.DATA" data set (tcpdata). This is the data set used by client programs to obtain the name of the TCP/IP started task and other installation-dependent TCP/IP information.

To enable DBCS support, you need to edit the procedure by uncommenting the following four statements:

//*--------------------------------------------------- 
//* Optional DBCS code pages                           
//*--------------------------------------------------- 
//*                                                    
//*EZACHLAT DD  DSN=TCPIP.SEZADBCX(EZACHLAT),DISP=SHR   
//*EZAHGLAT DD  DSN=TCPIP.SEZADBCX(EZAHGLAT),DISP=SHR   
//*EZAKJLAT DD  DSN=TCPIP.SEZADBCX(EZAKJLAT),DISP=SHR   
//*EZASCLAT DD  DSN=TCPIP.SEZADBCX(EZASCLAT),DISP=SHR

To start the z/Server holder under MFA, you need to edit the procedure by uncommenting the following five statements.

Note: You should only do this if told to by Micro Focus support.
//*--------------------------------
//* 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
//*SYSTSPRT DD SYSOUT=*