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

Soc7- how we know that particulr records is affected


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthikuma

New User


Joined: 29 Mar 2005
Posts: 62

PostPosted: Sat Jul 23, 2005 10:17 am
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
learner

New User


Joined: 17 Aug 2005
Posts: 4
Location: Chennai

PostPosted: Thu Aug 18, 2005 11:53 am
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 4
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Join multiple records using splice DFSORT/ICETOOL 5
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top