IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

from load module how to know that which compiler compiled it


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shelu280

New User


Joined: 12 Jan 2009
Posts: 9
Location: chennai

PostPosted: Wed Jun 03, 2009 10:52 am
Reply with quote

hi

how can i know from load module that which compiler compiled it
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Jun 03, 2009 12:13 pm
Reply with quote

execute the AMBLIST utility (Diagnosis Tools and Service Aids) using the LISTIDR option.
This produces a report of when the load module object was bound, csects, etc
The column on the report, called "VR.MD",
tells you which version of COBOL was used.
For instance, COBOL II, release 4.0 shows up as 14.00 (product code),
while Enterprise Cobol for z/OS Rel 3.4.1 shows up as 34.01 (product code).

Gilbert Saint-Flour's product codes page can assistant with product code definitions.

thx to Wallk52 and EvilGenius for the above info.
Back to top
View user's profile Send private message
shelu280

New User


Joined: 12 Jan 2009
Posts: 9
Location: chennai

PostPosted: Wed Jun 03, 2009 3:02 pm
Reply with quote

@ Dick Brenholtz


thanks a lot.

but i want to know any other alternative of AMBlist utility
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Jun 03, 2009 3:09 pm
Reply with quote

There is a very old utility called LISTIDR, to be found in the CBTTAPE collection, If it works on today's load libraries.

thx to mushware.
Back to top
View user's profile Send private message
manuwankenobi

New User


Joined: 02 Mar 2006
Posts: 32
Location: FRANCE

PostPosted: Fri Jul 03, 2009 6:24 pm
Reply with quote

Hi,

COBANAL (CBT File 321) COBOL Analyzer from Roland Schiradin is very powerfull !

Regards.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts Compiler and run JCL for basic PL/I p... PL/I & Assembler 10
Search our Forums:

Back to Top