Re: Accurate listing of IDRDATA to TRANSLATOR ID's

2021-04-05 Thread Peter Van Dyke
Hi. IBM File Manager has a 'View Load Module' function which can show the
compilers used to create the CSECTs in a load module. Recent enhancements
to 'View Load Module' provide the ability to search load modules for
particular types of CSECTs. For example, you could search a library for the
load modules containing CSECTs compiled with a particular compiler. You can
search on values such as the compiler name, compiler product ID, compiler
options and CSECT names.

Peter Van Dyke
HCL Software

On Thu, 1 Apr 2021 at 22:00, Farley, Peter x23353 <
031df298a9da-dmarc-requ...@listserv.ua.edu> wrote:

> CBT file 321 (COBANALZ by Roland Schiradin) does a pretty darn good job of
> identifying the compiler that generated a module, and the price is right.
>
> Just use the SUMMARY DD output if all you need is the main program
> compiler version.  If you have statically linked COBOL (or other language)
> user subroutines, you will have to browse the SYSPRINT detail output to see
> the compiler information for them.
>
> Peter
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Kenneth J. Kripke
> Sent: Thursday, April 1, 2021 8:34 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Accurate listing of IDRDATA to TRANSLATOR ID's
>
> EXTERNAL EMAIL
>
> Does IBM maintain a list of Translator ID's that corollate to the language
> processor/compiler product that produced CSECTS?  Purpose is to identify
>
> What version of a compiler produced the CSECT.  The goal is to identify
> COBOL VS modules when reviewing an AMBLIST LISTIDR output.
>
>
>
> Sincerely Yours;
>
>
>
> k.kri...@comcast.net <mailto:k.kri...@comcast.net>
> --
>
> This message and any attachments are intended only for the use of the
> addressee and may contain information that is privileged and confidential.
> If the reader of the message is not the intended recipient or an authorized
> representative of the intended recipient, you are hereby notified that any
> dissemination of this communication is strictly prohibited. If you have
> received this communication in error, please notify us immediately by
> e-mail and delete the message and any attachments from your system.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Accurate listing of IDRDATA to TRANSLATOR ID's

2021-04-02 Thread Tom Ross
>Does IBM maintain a list of Translator ID's that corollate to the language
>processor/compiler product that produced CSECTS?  Purpose is to identify=2
>
>What version of a compiler produced the CSECT.  The goal is to identify
>COBOL VS modules when reviewing an AMBLIST LISTIDR output. =20

All COBOL compilers AFTER OS/VS COBOL put out IDR data in the object program.
OS/VS COBOL does NOT put out IDR, you have to programmatically analyze to
figure out what the compiler was.  COBANAL by Roland Schiradin does this,
as does IBM Load Module Analyzer, IBM File Manager, and Compuware File-AID.
For VS COBOL II and later you can use IDR data.










Cheers,
TomR  >> COBOL is the Language of the Future! <<

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Accurate listing of IDRDATA to TRANSLATOR ID's

2021-04-02 Thread Kenneth J. Kripke
Thank you to Mike Schwab and Peter Farley for your information. 

 

Sincerely Yours; 

 

Kenneth J. Kripke 

k.kri...@comcast.net  


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Accurate listing of IDRDATA to TRANSLATOR ID's

2021-04-01 Thread Farley, Peter x23353
CBT file 321 (COBANALZ by Roland Schiradin) does a pretty darn good job of 
identifying the compiler that generated a module, and the price is right.

Just use the SUMMARY DD output if all you need is the main program compiler 
version.  If you have statically linked COBOL (or other language) user 
subroutines, you will have to browse the SYSPRINT detail output to see the 
compiler information for them.

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Kenneth J. Kripke
Sent: Thursday, April 1, 2021 8:34 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Accurate listing of IDRDATA to TRANSLATOR ID's

EXTERNAL EMAIL

Does IBM maintain a list of Translator ID's that corollate to the language 
processor/compiler product that produced CSECTS?  Purpose is to identify 

What version of a compiler produced the CSECT.  The goal is to identify COBOL 
VS modules when reviewing an AMBLIST LISTIDR output.  

 

Sincerely Yours; 

 

k.kri...@comcast.net <mailto:k.kri...@comcast.net>
--

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Accurate listing of IDRDATA to TRANSLATOR ID's

2021-04-01 Thread Mike Schwab
http://www.longpelaexpertise.com.au/ezine/MoreAboutLoadModules.php

On Thu, Apr 1, 2021 at 7:34 AM Kenneth J. Kripke  wrote:
>
> Does IBM maintain a list of Translator ID's that corollate to the language
> processor/compiler product that produced CSECTS?  Purpose is to identify
>
> What version of a compiler produced the CSECT.  The goal is to identify
> COBOL VS modules when reviewing an AMBLIST LISTIDR output.
>
>
>
> Sincerely Yours;
>
>
>
> k.kri...@comcast.net 
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Accurate listing of IDRDATA to TRANSLATOR ID's

2021-04-01 Thread Kenneth J. Kripke
Does IBM maintain a list of Translator ID's that corollate to the language
processor/compiler product that produced CSECTS?  Purpose is to identify 

What version of a compiler produced the CSECT.  The goal is to identify
COBOL VS modules when reviewing an AMBLIST LISTIDR output.  

 

Sincerely Yours; 

 

k.kri...@comcast.net  

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN