My jcl has failed with S013 abend code. The reason code is 'E1' which states that "A magnetic tape data set with a block size greater than 32,760 is being opened for input or output extend processing, but the large block interface is not being used."
What i need to do so that the tape dataset uses large block interface?
Moved: Tue Oct 14, 2008 12:45 am by superk From JCL to SMS & VSAM
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2229 Location: Phoenix, AZ
Hi,
S013 shuold be 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 or post that here for us to start with.
Joined: 23 Nov 2006 Posts: 8733 Location: 221 B Baker St
Hi Anuj,
Quote:
post that here for us to start with.
That is what Sumit posted. . .
Sumit,
Please post the complete jcl for the abended step. Also post the complete diagnostic info rather than the bit you quoted. Describe the content of the problem file/volume.
You might also talk with your storage management people and make sure that the file you are trying to read is appropriate for the task at hand. It may be that you are trying to read data stored in a format incompatible with the program trying to read it.