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.
//*--------------------------------------------------- //* 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 seven statements and changing TAUQUAL to be the high level qualifier of your z/Server data set. See Before You Begin for more information:
//* TAUQUAL='HLQ.ZSERVER', //* DD DISP=SHR,DSN=&TAUQUAL..AUTHLIB //*-------------------------------- //* zServer Holder //*-------------------------------- //* //*SYSEXEC DD DISP=SHR,DSN=&TAUQUAL..EXEC //*CONFXML DD DISP=SHR,DSN=&TAUQUAL..CONFIG(IVPXML) //*CONFOSR DD DISP=SHR,DSN=&TAUQUAL..OSR(IVPOSR) //*DSPPRT DD SYSOUT=*,LRECL=255 //*SYSOUT DD SYSOUT=* //*SYSTSIN DD DUMMY //*SYSTSPRT DD SYSOUT=*