Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

All Other Mainframe Topics :: RE: Fault Analyzer - listings question.

$
0
0
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:

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.


Viewing all articles
Browse latest Browse all 8500

Trending Articles