Micro Focus Enterprise Developer 2.3 for Visual Studio 2015
>
Deployment
>
Mainframe Support for Deployed Applications
>
Reference for MSS Deployment
>
MSS Error Messages
>
JCL Error Messages
>
JCLCM Error Messages
>
JCLCM0200 - JCLCM0299
Micro Focus Enterprise Developer 2.3 for Visual Studio 2015
>
Deployment
>
Configuration and Administration
>
Reference for MSS Deployment
>
MSS Error Messages
>
JCL Error Messages
>
JCLCM Error Messages
>
JCLCM0200 - JCLCM0299
JCLCM0200 - JCLCM0299
JCLCM0200S job-number job-name DISP=NEW, DATASET EXISTS - DDNAME
The specified DD statement specifies
DISP=NEW
but the data set name specified already exists in the catalog.
JCLCM0201S job-number job-name DATASET IS NOT A PDS - DDNAME
The specified DD statement refers to a PDS member but no PDS model by the same name exists in the catalog.
JCLCM0202S job-number job-name DISP=OLD/SHR, DATASET NOT FOUND - DDNAME
The specified DD statement specifies
DISP=OLD
or
DISP=SHR
but the data set name specified does not exist in the catalog.
JCLCM0203S ACI option has overridden step abend S422
You have requested the
Automatic Catalog Input
option, and therefore an S422 abend has been ignored.
JCLCM0205I job-number job-namePROGRAM FUNC=func/functext RC=rcode/rcodetext
The specified program has detected an unexpected return code from the MVS Job Step Resource Manager (MJRM). Details of the function and return code are provided in the message.
JCLCM0206I job-number job-name ALLOCATION DEFERRED UNTIL OPEN - DDNAME
In the specified DD statement, the first (or only) data set specified does not exist and the step being executed is an IMS batch step.
JCLCM0207I job-number job-name DUPLICATE DD STATEMENT IGNORED - DDNAME
The specified DD statement is a duplicate of a DD statement defined earlier in the job step.
JCLCM0208I job-number job-name Host OS may require SPACE for DD "DD-name"
The host operating system (MVS, OS/390, z/OS) might require that you specify the
SPACE
parameter unless the data set is allocated to a device such a tape device.
JCLCM0209S job-number job-name DISP=NEW, UNCATALOGED DUPLICATE EXISTS - DDNAME
The specified DD statement specifies
DISP=NEW
but the data set name specified already exists in the catalog (in an uncataloged state).
JCLCM0210U job-number job-name I/O ERROR ON SPOOL FILE
An I/O error has occurred while accessing the spool file containing JOB output.
JCLCM0211S job-number job-name Dataclass "name" does not exist
This specified data class has not been defined to this system.
JCLCM0212S job-number job-name REFDD dataclass "name" does not exist
This specified data class has not been defined to this system.
JCLCM0213S job-number job-name Main pgm name did not issue GOBACK or STOP RUN
The specified main COBOL program fell through to the end of the program without executing a
GOBACK
or a
STOP RUN
statement.
JCLCM0214S Required resources could not be obtained
All the required datasets for this job are unavailable. Probably some other job or user is using them.
JCLCM0216S Insufficient storage available to process the job
Either you have defined more data sets than the system can handle, or there is an internal error.
JCLCM0217S Internal system error "internal code"
Internal error.
JCLCM0218S System error "internal code"
System error.
Parent topic:
JCLCM Error Messages