Re: How tell what verion of COBOL compiler produced load module?

2020-04-16 Thread Timothy Sipples
Roger Lowe wrote: >If you have the IBM Debug Tool product, there is included the >"Load Module Analyzer" which analyses program objects to determine >the language translator (compiler or assembler) that was used to >generate the object for each CSECT. There are lots of great answers in this

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Tom Conley
On 4/15/2020 3:06 PM, Roger Lowe wrote: On Wed, 15 Apr 2020 07:15:16 -0700, Charles Mills wrote: Given a COBOL-based load module, is there a way to tell what COBOL compiler (including version) the main module was built with? Is there a "tag" in the object code that says "this was compiled by

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Billy Ashton
Thanks Peter; I had looked for an update, but not in the correct place. The new version works much better! B -- Original Message -- From: "Farley, Peter x23353" To: IBM-MAIN@listserv.ua.edu Sent: 4/15/2020 4:49:15 PM Subject: Re: How tell what verion of COBOL compiler pro

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Farley, Peter x23353
verion of COBOL compiler produced load module? I just tried to assemble and run the COBANALZ program, but got S206-04 on multiple libraries...not sure what to do with that, as I haven't got time to troubleshoot this. Billy -- This message and any attachments are intended only for the use

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Charles Mills
verion of COBOL compiler produced load module? I just tried to assemble and run the COBANALZ program, but got S206-04 on multiple libraries...not sure what to do with that, as I haven't got time to troubleshoot this. -- For IBM-MAIN

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Roger Lowe
On Wed, 15 Apr 2020 07:15:16 -0700, Charles Mills wrote: >Given a COBOL-based load module, is there a way to tell what COBOL compiler >(including version) the main module was built with? Is there a "tag" in the >object code that says "this was compiled by (for example) Enterprise COBOL >V6R3M0?"

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Billy Ashton
2:30:10 PM Subject: Re: How tell what verion of COBOL compiler produced load module? Enterprise COBOL "signature" now uses "CEE" not C1 or C2 (actually X'01C3C5C5'). Need to find the LE PPA2 data block and from there find the compiler timestamp, which is followed by th

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Charles Mills
] On Behalf Of Farley, Peter x23353 Sent: Wednesday, April 15, 2020 11:30 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How tell what verion of COBOL compiler produced load module? Enterprise COBOL "signature" now uses "CEE" not C1 or C2 (actually X'01C3C5C5'). Need to find th

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Farley, Peter x23353
Wednesday, April 15, 2020 1:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How tell what verion of COBOL compiler produced load module? Cobol has a signature, at least used to have, in the load module date& time. C1 for os/vs Cobol, C2 for cobol 2. I believe ibm maintains same signature for

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread ITschak Mugzach
gt; Peter > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Steve Smith > Sent: Wednesday, April 15, 2020 12:33 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: How tell what verion of COBOL compiler produced load module? > > EXTERNAL EMAIL >

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Pommier, Rex
20 12:33 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How tell what verion of COBOL compiler produced load module? EXTERNAL EMAIL First, Filemanager, then 3.10 (and then 1-View). It's not on the ISPF Utilities menu. I've no way of knowing if or how to start Filemanager on anything but my own

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Pommier, Rex
Subject: [External] Re: How tell what verion of COBOL compiler produced load module? Don't know what version of FM you are using, but we have FM V10.0 here and FM 3.10 is their "COMPARE" utility, no sub-menus. FM 3.13 is "LOADINFO", is that the feature you are talking about? I

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Farley, Peter x23353
Sorry, ignore that comment. "FM" here is CA FileMaster, not IBM FileManager. Apologies for my confusion. Peter -Original Message- From: Farley, Peter x23353 Sent: Wednesday, April 15, 2020 1:11 PM To: IBM Mainframe Discussion List Subject: RE: How tell what verion of COBO

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Farley, Peter x23353
erated, only binder dates/attributes. CBT file 321 does a better job for this kind of inquiry. Peter -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Smith Sent: Wednesday, April 15, 2020 12:33 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How tell what veri

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Charles Mills
Got it. Thanks. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@listserv.ua..edu] On Behalf Of Steve Smith Sent: Wednesday, April 15, 2020 9:33 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How tell what verion of COBOL compiler produced load module

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Steve Smith
First, Filemanager, then 3.10 (and then 1-View). It's not on the ISPF Utilities menu. I've no way of knowing if or how to start Filemanager on anything but my own systems. You might have to poke around, or ask the Powers-That-Be. Or you may not have it, or of course, have sysadmins that assume

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Charles Mills
List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Smith Sent: Wednesday, April 15, 2020 8:58 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How tell what verion of COBOL compiler produced load module? AMBLIST is the easy & always-available way to LISTIDR. If you have FileManager, op

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Steve Smith
AMBLIST is the easy & always-available way to LISTIDR. If you have FileManager, option 3.10 lets you view them in ISPF. It also expands the compiler IDs to readable text, and can also humanize the dates. sas Given a COBOL-based load module, is there a way to tell what COBOL compiler >

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Farley, Peter x23353
Mainframe Discussion List On Behalf Of Charles Mills Sent: Wednesday, April 15, 2020 10:15 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: How tell what verion of COBOL compiler produced load module? EXTERNAL EMAIL Given a COBOL-based load module, is there a way to tell what COBOL compiler (including

Re: How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Seymour J Metz
@LISTSERV.UA.EDU Subject: How tell what verion of COBOL compiler produced load module? Given a COBOL-based load module, is there a way to tell what COBOL compiler (including version) the main module was built with? Is there a "tag" in the object code that says "this was compiled by (for exam

How tell what verion of COBOL compiler produced load module?

2020-04-15 Thread Charles Mills
Given a COBOL-based load module, is there a way to tell what COBOL compiler (including version) the main module was built with? Is there a "tag" in the object code that says "this was compiled by (for example) Enterprise COBOL V6R3M0?" Charles