MPE batch job doesn't accept input from the job file.

0 Likes

Problem:

The AcuCOBOL-GT program is executed by an MPE batch job. The program ACCEPTs input from the batch job like this:

     !JOB MYPROG,MGR.ACUCOBOL;OUTCLASS=LP,2

     !MYPROG.PUB.ACUCOBOL

     data-to-be-accepted

     !EOJ

But when executed the program receives no data.

The program is compiled with -Cp and -Ca.

Resolution:

The Runtime configuration variable ACCEPT_AUTO must be set to 1 either in the Runtime configuration file or in the environment.  This applies to AcuCOBOL-GT 7.3.0, or earlier versions which have been patched with ECNs 3212 and 3309.

Old KB# 3182
Comment List
Related
Recommended