JCLCM0400 - JCLCM0499
JCLCM0401U job-number job-name MISSING JOB STATEMENT
JCL error. A JOB statement is required in the jobstream.
JCLCM0402E job-number job-name MISSING EXECUTE STATEMENT
JCL error. At least one
EXEC
statement is required in the jobstream.
JCLCM0403E job-number job-name TOO MANY PROCEDURES REFERENCED
JCL error. The job submitted has exceeded the maximum number of cataloged procedures that this system can load.
JCLCM0404E job-number job-name MISSING PEND STATEMENT
JCL error. A
PEND
statement is required to end the instream procedure begun by a previous
PROC
statement.
JCLCM0405E job-number job-name RECURSIVE, ILLEGAL NESTING, OR LIMIT EXCEEDED
JCL error. A procedure has attempted to execute another procedure. Nested procedures are not permitted.
JCLCM0406E job-number job-name PROCEDURE NOT FOUND
JCL error. The procedure name specified cannot be located.
JCLCM0407E job-number job-name INVALID LABEL
JCL error. The label on a JCL statement is invalid - for example, it exceeds eight characters.
JCLCM0408I UNKNOWN OUTPUT STMT OPERAND IGNORED
You have used an unknown keyword.
JCLCM0409E job-number job-name INVALID OPERATOR
JCL error. The JCL operator (
EXEC
,
DD
, etc.) contained on the statement is unknown.
JCLCM0410E job-number job-name INVALID CONTINUATION
JCL error. The JCL statement contains an invalid continuation or the expected continuation was not received.
JCLCM0411E job-number job-name OPERAND TOO LONG
JCL error. The JCL operand exceeds the length allowed for the JCL parameter.
JCLCM0412E job-number job-name NON-NUMERIC DATA DETECTED
JCL error. Non-numeric data has been found in an operand that is required to be numeric.
JCLCM0413E job-number job-name DUPLICATE JOB
JCL error. More than one JOB statement has been detected.
JCLCM0414E job-number job-name INVALID OR UNKNOWN OR UNEXPECTED OPERAND
JCL error. The operand received is not recognized.
JCLCM0415E job-number job-name INVALID ADDRSPC OPERAND
JCL error. The
ADDRSPC
operand is improperly coded.
JCLCM0416I job-number job-name INVALID JOBCLASS OPERAND IGNORED
JCL error. The
JOBCLASS
operand is improperly coded and has been ignored.
JCLCM0417I job-number job-name INVALID MSGCLASS OPERAND IGNORED
JCL error. The
MSGCLASS
operand on the JOB statement is improperly coded and has been ignored.
JCLCM0418E job-number job-name INVALID MSGLEVEL OPERAND
JCL error. The
MSGLEVEL
operand is improperly coded.
JCLCM0419E job-number job-name INVALID PERFORM OPERAND
JCL error. The
PERFORM
operand is improperly coded.
JCLCM0420E job-number job-name INVALID PRTY OPERAND
JCL error. The
PRTY
operand is improperly coded.
JCLCM0421E job-number job-name INVALID RD OPERAND
JCL error. The
RD
operand is improperly coded.
JCLCM0422I job-number job-name INVALID REGION OPERAND IGNORED
JCL error. The
REGION
operand on the
JOB
or
EXEC
statement is improperly coded and has been ignored.
JCLCM0423E job-number job-name INVALID STEP NAME
JCL error. The job step name is invalid.
JCLCM0424E job-number job-name INVALID PROCSTEP NAME
JCL error. The procedure step name is invalid.
JCLCM0425E job-number job-name INVALID TIME OPERAND
JCL error. The
TIME
operand is improperly coded.
JCLCM0426E job-number job-name INVALID TYPRUN OPERAND
JCL error. The
TYPRUN
operand is improperly coded.
JCLCM0427E job-number job-name CONDITION STATEMENT IMPROPERLY FORMED
JCL error. The
COND
operand is improperly coded.
JCLCM0428E job-number job-name INVALID CONDITION CODE
JCL error. The condition code is improperly coded.
JCLCM0429E job-number job-name INVALID CONDITION OPERATOR
JCL error. The condition operator is improperly coded.
JCLCM0430E job-number job-name INVALID PROGRAM NAME
The program name is improperly coded.
JCLCM0431E job-number job-name INVALID DYNAMNBR OPERAND
JCL error. The
DYNAMNBR
operand is improperly coded.
JCLCM0432E job-number job-name INVALID BURST OPERAND
JCL error. The
BURST
operand is improperly coded.
JCLCM0433E job-number job-name INVALID CHKPT OPERAND
JCL error. The
CHKPT
operand is improperly coded.
JCLCM0434E job-number job-name INVALID RECFM OPERAND
JCL error. The
RECFM
operand is improperly coded.
JCLCM0435E job-number job-name INVALID LRECL OPERAND
JCL error. The LRECL operand is improperly coded.
JCLCM0436E job-number job-name INVALID DISP OPERAND
JCL error. The
DISP
operand is improperly coded.
JCLCM0437E job-number job-name UNEXPECTED STATEMENT
JCL error. The JCL statement received was not expected.
JCLCM0438E job-number job-name PROCSTEP NOT FOUND
JCL error. The procedure step name referenced cannot be located.
JCLCM0439E job-number job-name INVALID LABEL REFERENCE
JCL error. The label reference on a JCL statement is invalid.
JCLCM0440E job-number job-name SYMBOL NOT FOUND
JCL error. The symbolic parameter cannot be found on the
PROC
or
EXEC
statement.
JCLCM0441E job-number job-name UNKNOWN PROCSTEP NAME
JCL error. The procedure step name referenced has not been defined by a previous
EXEC
statement.
JCLCM0442E job-number job-name INVALID OVERRIDE
JCL error. The override is invalid.
JCLCM0443E job-number job-name INVALID POSITIONAL OPERAND
JCL error. The positional operand was not expected.
JCLCM0444E job-number job-name INVALID DATASET NAME
JCL error. The data set name is invalid.
JCLCM0445E job-number job-name INVALID REFER BACK
JCL error. The refer back is invalid.
JCLCM0446E job-number job-name DCBMODEL NAME NOT FOUND
JCL error. The model name specified in the DCB parameter cannot be found in the catalog.
JCLCM0447E job-number job-name INVALID DDNAME
JCL error. The DD name is invalid.
JCLCM0448E job-number job-name INVALID DDNAME REFERENCE
JCL error. The DD name deferral is invalid.
JCLCM0449E job-number job-name MISMATCHED PARENTHESES
JCL error. An expected parenthesis was not received.
JCLCM0450E job-number job-name REFERENCED DD DOES NOT REFER TO A PDS MEMBER
A reference such as
PGM=*.step.pste.ddname
refers to a DD name that does not reference a PDS member.
JCLCM0453E job-number job-name UNKNOWN RESTART STEP NAME
JCL error. The step name specified in the
RESTART
operand of the
JOB
statement cannot be resolved.
JCLCM0454E job-number job-name INVALID ABEND CODE
JCL error. The abend code in an
IF
statement or in the
COND
operand of the
JOB
or
EXEC
statement is specified incorrectly.
JCLCM0455E job-number job-name INVALID BLKSIZE OPERAND
JCL error. The
BLKSIZE
operand is improperly coded.
JCLCM0456I job-number job-name BLKSIZE NOT A MULTIPLE OF LRECL
JCL error.
BLKSIZE
must be a multiple of
LRECL
when both are coded and when
RECFM=fixed
is specified or implied.
JCLCM0457E job-number job-name INVALID EXPDT VALUE
JCL error. The value specified for
EXPDT
is improperly coded or is not within the acceptable range.
JCLCM0458W job-number job-name INVALID FREE VALUE – DEFAULT OF (END) SUBSTITUTED
JCL error. The value specified for
FREE
is improperly coded or is not within the acceptable range.
JCLCM0459E job-number job-name INVALID UCS VALUE
JCL error. The value specified for
UCS
is improperly coded or is not within the acceptable range.
JCLCM0460E job-number job-name INVALID RECORG VALUE
JCL error. The value specified for
RECORG
must be
KS
,
ES
, or
RR
.
JCLCM0461E job-number job-name INVALID DLM VALUE
JCL error. The value specified for
DLM
is improperly coded.
JCLCM0462E job-number job-name INVALID AVGREC VALUE
JCL error. The value specified for
AVGREC
is improperly coded or is not within the acceptable range.
JCLCM0463E job-number job-name TOO MANY LIBRARIES SPECIFIED
JCL error. More than 15 libraries were specified on the
JCLLIB
statement.
JCLCM0464E job-number job-name INCLUDE NOT FOUND
JCL error. The data set specified in the
INCLUDE
statement was not found.
JCLCM0465E job-number job-name DUPLICATE INSTREAM PROCEDURE
JCL error. The instream procedure name is a duplicate of one already used.
JCLCM0466U job-number job-name INVALID JOBNAME
JCL error. The job name specified is invalid.
JCLCM0467E job-number job-name CONFLICTING OR INCOMPATIBLE OPERANDS
JCL error. Conflicting operands have been included on the JCL statement.
JCLCM0468E job-number job-name INVALID DSORG VALUE
JCL error. The value specified for
DSORG
is improperly coded.
JCLCM0469I job-number job-name NONUNIQUE REFERENCE RESOLVED TO FIRST OCCURRENCE
JCL error. This message indicates that there are multiple job steps with the same name as the referenced stepname.
JCLCM0470I job-number job-name NONUNIQUE REFERENCE RESOLVED TO CURRENT OCCURRENCE
JCL error. This message indicates that there are multiple job steps with the same name as the referenced stepname.
JCLCM0471E job-number job-name OPERAND TABLE LIMIT EXCEEDED
JCL error. The limit on the number of operands supported has been exceeded.
JCLCM0472E job-number job-name SYMBOL TABLE LIMIT EXCEEDED
JCL error. The limit on the number of symbols supported has been exceeded.
JCLCM0473E job-number job-name INVALID NULL OPERAND VALUE
JCL error. A keyword operand with no value was specified, but a value is required.
JCLCM0474E job-number job-name INVALID SYSOUT CLASS OPERAND
JCL error. The
SYSOUT
class operand on the
DD
statement is improperly coded.
JCLCM0475I DD CHANGED TO DUMMY (DDNAME= MISSING)
You have referenced a file for which there is no
DDNAME
statement.
JCLCM0476E job-number job-name Symbol "name" was not used
The specified symbol is not used anywhere in the procedure. One explanation is that the symbol is misspelled.
JCLCM0477S More than 255 EXEC statements
The number of EXEC statements specified has exceeded the limit.
JCLCM0478E Missing OUTPUT statement label.
The OUTPUT statement label is missing.
JCLCM0479E DEFAULT parameter <value> is invalid.
Teh parameter specified for DEFAULT is invalid.
JCLCM0480E Duplicate OUTPUT statement label <value>.
A duplicate OUTPUT statement for the label detailed has been found.
JCLCM0481E OUTPUT reference <value> is invalid unknown or illegal.
The OUTPUT reference detailed is not recognized.
JCLCM0482E More than 128 OUTPUT= references.
The number of OUTPUT= references has exceeded the supported limit.
JCLCM0483E More than 65536 OUTPUT statements.
The number of OUTPUT statements has exceeded the supported limit.
JCLCM0484S More than 1 EXEC statement in a SSTM Job.
Only 1 EXEC statement is permitted for an SSTM job.
JCLCM0485E JES2 statement <value> is invalid.
The JES2 statement detailed is not recognised.
JCLCM0486E Duplicate comma in action section of limitation type global SYSOUT limit
JCLCM0487E Global output limit number for limitation type too long
JCLCM0488E Closing bracket before action in limitation type global SYSOUT limit
JCLCM0489E No value decoded for limitation type global output limit
JCLCM0490E Error parsing numeric value for limitation type global SYSOUT limit
JCLCM0491E Invalid action parameter for limitation type global SYSOUT limit
JCLCM0499I FILE IS EMPTY
The JCL file is empty.
Parent topic:
JCLCM Error Messages