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

How to find the compile listing in Changeman Compile?


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

New User


Joined: 27 Jun 2005
Posts: 36
Location: India

PostPosted: Mon Jun 30, 2008 6:56 pm
Reply with quote

Hi,
Do anyone knows where and how to find the compile listing if you compile a cobol program through Changeman. I need to find the offset address to resolve an abend.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Mon Jun 30, 2008 8:38 pm
Reply with quote

normally, you have access to sucessfull compiles in the FOOTPRINT option (number 2 on display).


The name of the file (vsam) is site specific; which means you need to talk to your peers or your changeman support group.
Back to top
View user's profile Send private message
ssk1711

New User


Joined: 16 Jun 2008
Posts: 40
Location: bangalore

PostPosted: Tue Jul 01, 2008 11:32 am
Reply with quote

Hi Hiritam,

For finding the OFFSET address you have to look into the HEXLOC file.
Normally it will be in the format as xxxxxxxxxxxxx.OUTLIST.

If you could be bit clear with file naming conventions, then it be helpful for answering.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Jul 02, 2008 12:18 pm
Reply with quote

Hi,

There are two cases

- if the program is complied "recently", You can check the listing under the DDname "PRINT2" in SDSF.

- if you want to check the listing of a program which was compiled some days back ( or which is in production & has not been modified since very long ) do the following..

a. Go to changeman
b. Select "Build"
c. Select " Listing", then follow the instructions there.


P.S.: We use SDSF to check the status of JOBs, so I asked you to check in SDSF.
Back to top
View user's profile Send private message
sampathkmn
Warnings : 1

New User


Joined: 12 Dec 2005
Posts: 31
Location: bangalore

PostPosted: Thu Jul 03, 2008 4:57 pm
Reply with quote

ennter into changeman, then follow follwoing options:
Build, and then Listing --- give component name and browse the component listing.
while staging ur component in changeman try giving TEST(SYM) as compile parm which will give u exact linenumber of the offset in the listing if ur program abends.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts C Compile time time stamps Java & MQSeries 10
No new posts Changeman - how can we know the curr... Compuware & Other Tools 2
Search our Forums:

Back to Top