The following modifications need to be made to your existing JCL procedure:
The change is highlighted in bold:
//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 //ABNLIGNR DD DUMMY Turn off ABENDAID if present //*-------------------------------------------------------------------- //* Place user DD cards beginning here //*--------------------------------------------------------------------