View previous topic :: View next topic
|
Author |
Message |
egrove
New User
Joined: 11 Aug 2016 Posts: 6 Location: South Africa
|
|
|
|
Can we use listings from NDVR-datasets in Fault Analyzer? |
|
Back to top |
|
|
Marso
REXX Moderator
Joined: 13 Mar 2006 Posts: 1353 Location: Israel
|
|
|
|
Check if utility EQALANGX works for you.
We used it to load old compiler listings into FA. |
|
Back to top |
|
|
egrove
New User
Joined: 11 Aug 2016 Posts: 6 Location: South Africa
|
|
|
|
Please note that this is not an answer on my question: Can we use listings from NDVR-datasets in Fault Analyzer?
When executing EQALANGX I get the following errors:
+IDISF8136S Premature COBOL listing End-of-File encountered
+IDISF8132S Input or Output file format invalid
Regards, |
|
Back to top |
|
|
Abid Hasan
New User
Joined: 25 Mar 2013 Posts: 88 Location: India
|
|
|
|
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=*
|
|
|
Back to top |
|
|
egrove
New User
Joined: 11 Aug 2016 Posts: 6 Location: South Africa
|
|
Back to top |
|
|
|