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

See the listing of already compiled program


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

New User


Joined: 27 Jun 2006
Posts: 48
Location: Pune

PostPosted: Wed Jun 20, 2007 1:56 pm
Reply with quote

I am using panvalet to store my cobol programs.
My program is abending at some offset xxxxxxxx and for seeing the particular statement at the particular offset I need to see the compiler listing of the porgram.
How I can see the listing of already compiled program.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Wed Jun 20, 2007 2:31 pm
Reply with quote

Santosh,

Quote:
using panvalet to store my cobol programs.

Panvalet is a kind of editor.

How are you compiling the program?
Back to top
View user's profile Send private message
Santoshdorge

New User


Joined: 27 Jun 2006
Posts: 48
Location: Pune

PostPosted: Wed Jun 20, 2007 5:58 pm
Reply with quote

Hi Murli,

Our shop uses command tso cmpl to compile the programs.
We have to mention load libraries and all the compilar options.
I don't know which Cobol compiler we are using but i think listing won't be depending on how we are compiling the programs.


Thanks,
Santosh.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Wed Jun 20, 2007 6:03 pm
Reply with quote

Santoshdorge wrote:
Hi Murli,

Our shop uses command tso cmpl to compile the programs.
We have to mention load libraries and all the compilar options.
I don't know which Cobol compiler we are using but i think listing won't be depending on how we are compiling the programs.


Thanks,
Santosh.


Unless you are storing the compile listings somewhere they are gone.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Jun 20, 2007 6:31 pm
Reply with quote

We know ABSOLUTELY NOTHING about Your environment,
it is difficult ( read IMPOSSIBLE ) to give advice in such situation

I suggest to ask Your colleagues about your's organization setup and practices
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jun 20, 2007 8:18 pm
Reply with quote

Hello,

You might also consider running a compile in batch (without a linkedt) to obtain the listing. You would then have the compile output in sysout.

I suspect that the compile output is available somewhere as it will be very difficult to debug test or production issues with no compile output. . .
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 Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top