Does FileManager also provide this information ?
On Thu, Aug 10, 2017 at 3:12 PM Roy Reynolds wrote:
> Many thanks for your recommendations! Roy
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send
Many thanks for your recommendations! Roy
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
,
RPG and EZTrieve. Highly recommended.
Peter
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Edward Finnell
Sent: Sunday, August 06, 2017 11:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: list of cobol load modules and their cobol
I can offer you a utility type program
It "reads" in a PDS/PDSE containing load modules/program objects and it uses
the DESERV and IEWBIND API"s to list all csects in the objects and what
compiler/product was used to build it.
This what your looking for? Shout if it is and I can mail you either
Would AMBLIST LISTIDR be of help?
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Roy Reynolds
Sent: Sunday, August 06, 2017 7:58 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: list of cobol load modules and their cobol version
I need to
Have you looked at COBANAL on CBT(File 321)?
In a message dated 8/6/2017 9:58:02 P.M. Central Daylight Time,
roy.reyno...@ucop.edu writes:
Can anyone suggest a way to best approach this? The process must not
require a third party tool we probably don't have and probably can't buy. TIA
I need to provide a list of cobol modules and the Cobol version they were
compiled with from a REXX program. There are many large PDS libs to process.
These may include non-Cobol load modules so I need to be able to identify which
are Cobol.
I know I can get the member list for each PDS into a R