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

Reason for SOC1 in JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Anand78

New User


Joined: 06 Mar 2006
Posts: 50
Location: PUNE

PostPosted: Thu Aug 30, 2007 4:27 pm
Reply with quote

Hi All,

I tried to search reasons for SOC1 in forum, I have not got ,
Pls tell me the reason also I m getting address location in spool.

Thanks
Anand
Back to top
View user's profile Send private message
amitava
Warnings : 1

Active User


Joined: 30 Oct 2005
Posts: 186
Location: India

PostPosted: Thu Aug 30, 2007 4:36 pm
Reply with quote

You will get S0C1 for the following reasons -

1. Input file record length is not equal to the length stated in the DD or
the FD.
2. IO error, damaged tape, device malfunction.
3. With disk, reading a dataset that was allocated but never written to.
i.e. The dataset is empty.
4. Writing to input file.
5. Concatenation of files with different record lengths or record formats.

That's what I right now remember! Guys have I missed something or am I wrong?
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Aug 30, 2007 5:23 pm
Reply with quote

Hi !

You mostly get S0C1 by issuing invalid machine instructions during
programm run.

This failure is usually due to a branch to an invalid storage
location, as might occur in a load module with unresolved
external references, or when a branch to an address outside
of a program occurs. (Reason Code 1)

Regards, UmeySan
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 Aug 30, 2007 8:09 pm
Reply with quote

Hello,

Anand - please post your jcl and the diagnostic info presented when the abend occurred.

Amitava - i believe those situations might cause an s001, but maybe not a s0c1.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts REASON 00D70014 in load utility DB2 6
No new posts Error 0C1 Reason Code 1 with branch i... PL/I & Assembler 3
No new posts ABEND=04E FOR REASON=00E50013 DB2 4
No new posts Error Creating KSDS file, REASON CODE... JCL & VSAM 8
Search our Forums:

Back to Top