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
 
Soc7- how we know that particulr records is affected

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging
Author Message
karthikuma

Active User


Joined: 29 Mar 2005
Posts: 65

PostPosted: Sat Jul 23, 2005 10:17 am    Post subject: Soc7- how we know that particulr records is affected
Reply with quote

Hi,

already so many of them posted this questions,but no one have given any clear idea.plz any one expert give me an solutions.after finding the verb line of the sorce code.how we know that particulr records is affected.if we are having 1000 of records. plz give me an good solutions.by using ABEND-AID and also without using abend-aid.


regards.
karthik.j
Back to top
View user's profile Send private message
References
learner

New User


Joined: 17 Aug 2005
Posts: 4
Location: Chennai

PostPosted: Thu Aug 18, 2005 11:53 am    Post subject:
Reply with quote

Hi,

We can trap the current record in either of the following ways..


1 - Using abend aid..

In the abend-aid messages u can see the details of record causing abend under "CURRENT RECORD".ie search for "CURRENT RECORD" in abend-aid messages and get the record details..

2- Without using ABEND-AID.

This method works fine when u create an output file.Suppose fileA is ur input file and having some 1000 records and ur code process fileA and creates FileB.Now declare FileB as (NEW,CATLG,CATLG).Hence while processing if your job abends FileB wil be still cataloged and count the number of records in file B say 800 it means 801th record is the one causing SOC7.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging All times are GMT + 6 Hours
Page 1 of 1