Author: Abid Hasan
Posted: Thu Aug 11, 2016 8:29 pm (GMT 5.5)
Hello Eugene,
This might not be what you're looking for, though IIRC one needs to create FA compatible listing by executing IDILANGX, I use this JCL, see if it is of any help:
_________________
Thanks.
Posted: Thu Aug 11, 2016 8:29 pm (GMT 5.5)
Hello Eugene,
This might not be what you're looking for, though IIRC one needs to create FA compatible listing by executing IDILANGX, I use this JCL, see if it is of any help:
Code: |
//IDILANGX EXEC PGM=IDILANGX,REGION=4096K, // PARM='<PGM NAME GOES HERE> (COBOL ERROR ' //LISTING DD DISP=(OLD,PASS),DSN=<YOUR LISTING PDS HERE> //IDILANGX DD DISP=SHR,DSN=IDI.IDILANGX //SYSUDUMP DD SYSOUT=* |
_________________
Thanks.