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

when will s013 abend will come how to resolve that its pre


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

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Wed Jan 10, 2007 12:26 pm
Reply with quote

when will s013 abend will come how to resolve that
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Jan 10, 2007 12:31 pm
Reply with quote

HI there,

Please look abend assist for this.
Back to top
View user's profile Send private message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Wed Jan 10, 2007 12:36 pm
Reply with quote

thanks for quick, i don't have enough knowledge on abend assist kindly assist me if you have information thanks
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Jan 10, 2007 12:43 pm
Reply with quote

Hi There,

Just click on download tab at the top of this screen then u will get abend assist there.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Jan 10, 2007 1:38 pm
Reply with quote

veena_nagesh2002 wrote:
when will s013 abend will come how to resolve that its urgent
It is an OPEN error, you have to look at the log for a better explaination.
Quote:
S013: The error occurred during processing of an OPEN macro instruction. This system completion code is accompanied by message IEC141I. Refer to the explanation of message IEC141I for complete information about the task that was ended and for an explanation of the return code in register 15 (which is provided in the IEC141I message text).
What does the IEC141I message indicate?

Bill
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 Jan 11, 2007 7:30 am
Reply with quote

Hello,

Behind the 013 you'll probably see 2 more digits. These 2 digits will clarify what is wrong. For example an 013-20.

If this is a new or recently changed program, it is very likely an FD definition problem and/or a JCL DCB parameter problem.

Here is a list of some of the more common errors. . .

The error occurred during the execution of an OPEN macro instruction. This code is accompanied by the message IEC141I and appears in this message in the form 013-xx, where xx is one of the following return codes:

04 American National Standard (ANS) labels were specified in the LABEL parameter of the DD statement but are not supported by the system. Correct the LABEL parameter of the DD statement.

08 American National Standard (ANS) labels were specified in the LABEL parameter of the DD statement, and the UNIT parameter specified a 7-track tape drive. ANS labels are valid only for nine-track tape drives. Our system has only nine-track tape drives.

18 The DSN parameter on the DD statement specified a member of a partitioned dataset that could not be located. Make sure that you specify the correct member name and that the particular member does exist in the specified partitioned dataset.

1C An I/O error was encountered when searching the directory of a partitioned dataset. The directory of your partitioned dataset is unusable. Re-create or restore the partitioned dataset.

20 For a sequential dataset, the BLKSIZE is not a multiple of LRECL, LRECL=0 when RECFM=FB or FBS, or BLKSIZE is not 4 bytes greater than LRECL when RECFM=VB. Correct BLKSIZE to be an integer multiple of LRECL if RECFM=FB or make BLKSIZE four bytes larger than LRECL if RECFM=VB.

60 The BLKSIZE is not equal to LRECL for a dataset with a DCB specifying RECFM=F. Correct the DCB parameters to specify RECFM=FB or make LRECL=BLKSIZE.

68 The DCB for a dataset specified a BLKSIZE greater than the maximum (32,760). Decrease your BLKSIZE to 32,760 or less.

8C RECFM was not specified for a direct organization (BDAM) dataset. Specify the correct RECFM in the DCB.

A4 A DCB was opened for a SYSIN or SYSOUT dataset but DSORG was not PS. Change the DCB parameter to DSORG=PS.

A8 An invalid record format was requested for a SYSIN or SYSOUT dataset. Either RECFM=D was specified, or RECFM=VS or VBS was specified for a SYSIN dataset. Change RECFM to something other than D, VS, or VBS.


For any additioinal info, check in the Fine Manual. . . .
Back to top
View user's profile Send private message
ksannigeri

New User


Joined: 08 Apr 2005
Posts: 18

PostPosted: Thu Jan 11, 2007 4:27 pm
Reply with quote

Hi,

Please find the info got from QW s013.

Here is the explanation for S013

Explanation: The error occurred during processing of an OPEN macro
instruction. This system completion code is accompanied by message
IEC141I. Refer to the explanation of message IEC141I for complete
information about the task that was ended and for an explanation of the
return code in register 15 (which is provided in the IEC141I message
text).

Application Programmer Response: Respond as indicated for message
IEC141I.

System Programmer Response: If the error recurs and the program is not in
error, look at the messages in the job log for more information. Search
problem reporting data bases for a fix for the problem. If no fix exists,
contact the IBM Support Center. Provide the JCL and the program listing
for the job.
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 ISAM and abend S03B JCL & VSAM 10
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
Search our Forums:

Back to Top