Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Regarding the finding of error at particular line..

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
anil.csk

New User


Joined: 22 Oct 2007
Posts: 15
Location: Noida

PostPosted: Wed Sep 24, 2008 4:18 pm    Post subject: Regarding the finding of error at particular line..
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
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 892
Location: Atlanta, GA

PostPosted: Wed Sep 24, 2008 6:06 pm    Post subject:
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: 15
Location: Noida

PostPosted: Wed Sep 24, 2008 6:10 pm    Post subject:
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

Senior Member


Joined: 06 Jun 2008
Posts: 892
Location: Atlanta, GA

PostPosted: Wed Sep 24, 2008 6:38 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1