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

Regarding the finding of error at particular line..


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

New User


Joined: 22 Oct 2007
Posts: 16
Location: Noida

PostPosted: Wed Sep 24, 2008 4:18 pm
Reply with quote

Hi,

Suppose i have 100,000 records in a table at the run time i got the data decimal error..

if i want to get for which data this data decimal error is occurs at which line ..then things how can i do this .
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Sep 24, 2008 6:06 pm
Reply with quote

Look in the dump would be my preference.
Back to top
View user's profile Send private message
anil.csk

New User


Joined: 22 Oct 2007
Posts: 16
Location: Noida

PostPosted: Wed Sep 24, 2008 6:10 pm
Reply with quote

Robert Sample wrote:
Look in the dump would be my preference.



could you plz tell me what is dump.. and how would you check this in dump..
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Sep 24, 2008 6:38 pm
Reply with quote

OK, let's get the basics: what is the exact error message you are getting? Post a copy of the message (which may be more than one line, by the way) -- don't try to paraphrase it. If the job does not have a //SYSUDUMP DD SYSOUT=* in it, you'll need to rerun the job with this line to get a dump. The dump includes all the program WORKING-STORAGE which presumably will tell you exactly which record was being processed when the problem occurred.

Also, check with your coworkers to see if Abend Aid is installed at your site -- it is an error analysis tool that will simplify your problem fixing by pinpointing the precise problem and its location.
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 Finding and researching jobs All Other Mainframe Topics 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts VB to FB - Finding LRECL SYNCSORT 4
Search our Forums:

Back to Top