|
|
| Author |
Message |
Allu
New User
Joined: 08 Jun 2005 Posts: 4
|
|
|
|
Hi
Could you please tell me what is S013 abend and how to solve this abend.
Thanks
Allu |
|
| Back to top |
|
 |
References
|
Posted: Fri Jun 10, 2005 5:19 pm Post subject: Re: Could any one tell me what is S013 abend |
 |
|
|
 |
Deepa.m Warnings : 1 Active User
Joined: 28 Apr 2005 Posts: 88
|
|
|
|
It is member/module not found.
This is either a case of a missing control card element, or program element - a control card is not present in the library specified in the JCL. This can occur when a control card/module is promoted from one test environment to another. The resolution for this is to search the other levels of promotion for the correct element and use this library as a temporary fix - the JCL should be changed to reflect the move at a later date. |
|
| Back to top |
|
 |
kanak
Moderator
Joined: 12 Mar 2005 Posts: 260 Location: India
|
|
|
|
S013 --
The SORTIN, SORTOUT, or OUTFIL BLKSIZE parameter:
--> Was greater than 32760 for a disk data set, or
was greater than the maximum block size supported
by the access method for a tape data set.
-->Was not an integer multiple of the LRECL
parameter for fixed-length records, or was not at
least four bytes longer than the LRECL for
variable-length records. |
|
| Back to top |
|
 |
srinivasareddy_80
New User
Joined: 07 Mar 2005 Posts: 4 Location: Chennai
|
|
|
|
Hi Friends,
SO13: It is an open problem. Usually this ABEND occurs,When the program tries to read a member of PDS and the member is noy found.
Ex: During compilation, If you code a non-existing member as source(SYSIN).
Srinivasa Reddy Lakki Reddy. |
|
| Back to top |
|
 |
kotesh_cs634
Guest
|
|
|
|
hi friends ,
srinivas given exact answer that is corret but how to resolve that so13
abend... plz reply to my question srinivas...
regards
kotesh.. |
|
| Back to top |
|
 |
|
|