Find the version of a cobol program through its load module
Find the version of a cobol program through its load module
I need to know if the cobol program is already in a version 6.
- prino
- Posts: 641
- Joined: Wed Mar 11, 2009 12:22 am
- Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
- Referer: Google
- Location: Vilnius, Lithuania
- Contact:
Re: Find the version of a cobol program through its load mod
Use AMBLIST.
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
robert.ah.prins @ the.17+Gb.Google thingy
Re: Find the version of a cobol program through its load mod
I know how to use amblist in a jcl.. do you know if i can implement amblist within an assembler program to find the version online?
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: Find the version of a cobol program through its load mod
No. You must analyze the AMBLIST printed output. I have written code to directly analyze IDR data (the data AMBLIST formats) in load modules; the code is complex because the IDR data references CESD data in the load module and IDR data has serious Y2K issues. Some years ago I thought about program objects, but none of the load module code could be adopted to program objects, so I never went beyond the study, particularly given the few program objects some years ago.
No IDR data is loaded when the system loads a load module or program object. I understand some Cobol compilers insert data as to the Cobol compiler used to compile the program into the object code. There may be discussion about locating and retrieving this data in old postings either here or in the Cobol section in http://ibmmainframes.com.
No IDR data is loaded when the system loads a load module or program object. I understand some Cobol compilers insert data as to the Cobol compiler used to compile the program into the object code. There may be discussion about locating and retrieving this data in old postings either here or in the Cobol section in http://ibmmainframes.com.
-
- Posts: 27
- Joined: Sun Aug 16, 2009 11:07 pm
- Skillset: cobol, db2, application performance tuning
- Referer: SEARCH
- Location: St. Cloud, Minnesota
Re: Find the version of a cobol program through its load mod
you may want to look at http://www.cbttape.org and download file 321.
you will also need to download the xmit manager to extract the *.xmi file in the 321 file above.
Roland Schiradin is very helpful and may be able to help you.
you will also need to download the xmit manager to extract the *.xmi file in the 321 file above.
Roland Schiradin is very helpful and may be able to help you.
-
- Posts: 27
- Joined: Sun Aug 16, 2009 11:07 pm
- Skillset: cobol, db2, application performance tuning
- Referer: SEARCH
- Location: St. Cloud, Minnesota
Re: Find the version of a cobol program through its load mod
From Roland's CBT file 321
If you like to get the newest Version please contact
Roland(at)Schiradin.de
I did contact Roland some years ago when my employer was upgrading to Enterprise COBOL 5.3 and later to 6.2, at that time he supplied a version which can process PDSE's and analyze for COBOL 5.2 & 5.3
I would guess that he probably has a version which supports the current version of the IBM Enterprise COBOL compiler.
If you like to get the newest Version please contact
Roland(at)Schiradin.de
I did contact Roland some years ago when my employer was upgrading to Enterprise COBOL 5.3 and later to 6.2, at that time he supplied a version which can process PDSE's and analyze for COBOL 5.2 & 5.3
I would guess that he probably has a version which supports the current version of the IBM Enterprise COBOL compiler.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Calling Java program on UNIX/USS from a COBOL CICS program?
by zbius » Tue Nov 05, 2024 2:37 pm » in IBM Cobol - 2
- 2585
-
by zbius
View the latest post
Wed Nov 06, 2024 6:02 pm
-
-
-
How to identify ASM load modules in a load lib
by Misha786 » Thu May 16, 2024 7:08 pm » in Assembler - 0
- 2341
-
by Misha786
View the latest post
Thu May 16, 2024 7:08 pm
-
-
- 2
- 3156
-
by enrico-sorichetti
View the latest post
Mon Oct 30, 2023 6:25 pm
-
- 1
- 2422
-
by engh
View the latest post
Fri Jul 08, 2022 7:31 pm
-
- 6
- 1925
-
by sergeyken
View the latest post
Sat Jul 17, 2021 12:38 am