In order to supply all MFA and Data Connect function within one authorized library, the Data Connect module names have been renamed, and slightly reorganized as static load modules rather than dynamic overlays. All Data Connect load modules now begin with the prefix MFD.
//MFAS PROC DSNQUAL='HLQ.MFA' //* //*------------------------------------------------------------------* //* * //* Micro Focus Mainframe Access - Data Connect / FILESHARE * //* * //* Change the DSNQUAL value on the PROC statement to the correct * //* value for your installation. * //*------------------------------------------------------------------* //MFAS EXEC PGM=MFDSTART,PARM='APPLID=MFA62ACB', // REGION=0M,TIME=1440 //STEPLIB DD DISP=SHR,DSN=&DSNQUAL..LOADLIB // DD DSNAME=CEE.SCEERUN,DISP=SHR // DD DSNAME=CEE.SCEERUN2,DISP=SHR //CEEOPTS DD DISP=SHR,DSN=&DSNQUAL..CNTL(CEEOPTS) //SYSUDUMP DD SYSOUT=* //FSMSGA DD SYSOUT=* for IDCAMS //FSMSGC DD SYSOUT=* for APPC errors //FSMSGL DD SYSOUT=* for FileShare log //VSAMCTL DD DISP=SHR,DSN=&DSNQUAL..MFAVCTL