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.
Micro Focus recommends modifying the XML Configuration CONFXML DD statement shown in bold below:
//*-------------------------------- //* XML Configuration //*-------------------------------- //* //CONFXML DD DISP=SHR,DSN=&DSNQUAL..CNTL(MFAXML) //CONFOSR DD DISP=SHR,DSN=&DSNQUAL..OSR(MFAOSR)
Modify it to point to &DSNQUAL..CUSTOM.CNTL(MFAXML). This will prevent your configuration from being overwritten by a future install.
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