Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

JCL & VSAM :: RE: S213-14 ABEND explantion

$
0
0
Author: steve-myers
Posted: Fri Jul 08, 2016 1:01 am (GMT 5.5)

You need two manuals.
  • MVS System Codes for your z/OS release. The description may include a related message id (and most x13 ABENDs do) in
  • MVS System Messages. Actually there are quite a few of them, but the manual title usually indicates the messages in the manual. MVS System Messages, Vol 7 (IEB-IEE) for example. The actual titles change from release to release, but that will get you started.
Many times the message description is hard to understand; we can usually help you.

In this case, the data set you are trying to open is a "large" format data set, that is, it has more than 65535 tracks allocated to it. Sadly, the message description is telling you that you will probably have to change your program, or at least allocate a smaller data set.


Viewing all articles
Browse latest Browse all 9405