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

Restarting the proc what are the prerequisites to take


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
keerthi

New User


Joined: 23 Mar 2005
Posts: 25

PostPosted: Wed Sep 28, 2005 6:12 pm
Reply with quote

Please answer the following questions.

1) Assume that a dataset contains millions of records in that thousands of Records Abends with SCO7 Error. How can u find that Particular Records? Is there any way to separate those Records and how can u solve that SOC7 ABEND for all Records?

3) Assume that my Procedure Terminates Abnormally, before Restarting the proc what are the prerequisites we have to take?

Thanks in advance,
Keerthi.
Back to top
View user's profile Send private message
prasanth_thavva

New User


Joined: 28 Jul 2005
Posts: 86
Location: Chennai

PostPosted: Thu Sep 29, 2005 7:31 am
Reply with quote

1) Assume that a dataset contains millions of records in that thousands of Records Abends with SCO7 Error. How can u find that Particular Records? Is there any way to separate those Records and how can u solve that SOC7 ABEND for all Records?
a>
1>
Quote:
normally of my experience it occurs in packed decimal .
i used file-aid. and instream data for this like this i coded
if nep =( specify the location which u want to delete)
if deletes all the erroneous records from ur input data set

3)
Quote:
Assume that my Procedure Terminates Abnormally, before Restarting the proc what are the prerequisites we have to take?
u should check whether gdgs are used or not if u should change relative number +1 to o.
data sets disposition.
may times we wll get soc13 abend,,because of nulfile generated by previous steps
restart = procstep.stepname



if any thing wrong let me know
all the best
Back to top
View user's profile Send private message
anujageorge

New User


Joined: 28 Mar 2007
Posts: 4
Location: Cochin

PostPosted: Wed May 09, 2007 3:52 pm
Reply with quote

SOC13 ABEND OCCURS WHEN?
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: Thu May 10, 2007 12:17 am
Reply with quote

Hello,

The abend would be S013 (rather than SOCx). An 013-xx is an open error. A very common open error is 013-20 - dcb info does not match.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Proc print in Mainframe All Other Mainframe Topics 4
No new posts trying to set return code in PROC JCL & VSAM 15
No new posts Execute DSNTEP2 in REXX which is call... CLIST & REXX 4
No new posts proc step return code to override in ... JCL & VSAM 3
No new posts Can we pass cobol pointer to cobol-db... DB2 4
Search our Forums:

Back to Top