Previous Topic

Next Topic

Book Contents

Book Index

Messages IOAJV00 through IOAJVxx

IOAJV0E INVALID VALUE, USE valid_value

Explanation: An invalid value was specified for a DO ARRANGE statement. The cursor points to the field that contains the invalid value.

Valid values for

Corrective Action: Correct the invalid value.

IOAJV1E INVALID VALUE, USE valid_value

Explanation: An invalid value was specified for a verification criteria. The cursor points to the field that contains the invalid value.

Valid values for

Corrective Action: Correct invalid value.

IOAJV2E INVALID OPTION FOR SMART TABLE

Explanation: "E" (JCL VERIFY) option was entered for table entity.

Corrective Action: Use valid option.

IOAJV3E INVALID VALUE. RULE CAN CONTAIN ONE TYPE OF "ON"

Explanation: Related ON statement has more than one type.

Corrective Action: Delete invalid ON statement, by filling in a valid type or setting blank the O/N option of the previous ON statement.

IOAJV4E INVALID VALUE, USE valid_value

Explanation: An invalid value was specified for either the O/N or SHOW ORIGINAL fields. Valid values for

Corrective Action: Fill in a valid value or leave blank.

IOAJV5E INVALID NESTING OF IF-ELSE-ENDIF. PLEASE CHECK

Explanation: Rule definition contains invalid nesting of DO IF, DO ELSE and DO ENDIF statements.

Corrective Action: Correct nesting.

IOAJV6E INVALID NESTING. 'IF' EXPECTED PRIOR TO 'ENDIF'

Explanation: Rule definition contains invalid nesting. DO ENDIF statement preceded DO IF statement.

Corrective Action: Correct nesting.

IOAJV7E INVALID NESTING. 'IF' EXPECTED PRIOR TO 'ELSE'

Explanation: Rule definition contains invalid nesting. DO ELSE statement preceded DO IF statement.

Corrective Action: Correct nesting.

IOAJV8E INVALID SYNTAX - text

Explanation: An invalid syntax is specified in a DO SET, MSG, IF, IBEFORE, IAFTER, REXX, or ENFORCE statement. The text variable contains the reason of the error.

Corrective Action: Correct the syntax error.

IOAJV9E FIRST CHARACTER CANNOT BE NUMERIC

Explanation: The first column in the field contains a numeric value, instead of an alphabetic value.

Corrective Action: Correct the value in the field so that it is an alphabetic value.

IOAJVAE INVALID VALUE, USE "I", "W" OR "E"

Explanation: An invalid type of message was specified. The valid type is "I" for Information messages, "W" for Warning messages, or "E" for Error messages.

Corrective Action: Specify a valid message type.

IOAJVBE ONLY ONE FIELD CAN BE FILLED

Explanation: Only one parameter, either PGM or PROC, can be specified for an ON EXEC statement.

Corrective Action: Fill in only one field.

IOAJVCE INVALID 'ON' TYPE

Explanation: An invalid ON statement is specified in a Control-M/JCL Verify rule. The valid ON types are issued by the ONOPT command of the Rule Definition screen.

Corrective Action: Specify a valid ON statement.

IOAJVDE INVALID VALUE. USE 'NEW', 'OLD', 'MOD' OR 'SHR'

Explanation: An invalid value is specified in the DISP field of an ON DD statement.

Corrective Action: Specify a valid value for the ON DD statement.

IOAJVEE INVALID VALUE. USE 'KEEP', 'DELETE', 'UNCATLG' OR 'CATLG'

Explanation: An invalid value is specified in the DISP field of an ON DD field.

Corrective Action: Specify a valid value.

IOAJVFE FIELD SHOULD BE EMPTY BECAUSE LIBRARY NAME IS MISSING

Explanation: The MEMBER field of the LIBRARY statement is specified, but the LIBRARY field is empty.

Corrective Action: Fill in the LIBRARY field, or erase the value in the MEMBER field.

IOAJVHE INVALID 'DO' TYPE

Explanation: An invalid DO statement is specified in a Control-M/JCL Verify rule. The valid DO types are issued by the DOOPT command of the Rule definition screen.

Corrective Action: Specify a valid DO statement

IOAJVIE "FROM" CANNOT BE GREATER THAN "TO"

Explanation: A value specified in the FROM field is more than a value specified in the TO field

Corrective Action: Specify correct values.

IOAJVKE FIELD MUST CONTAIN ONLY ALPHANUMERIC CHARACTERS

Explanation: An invalid value is specified in the CLASS field of the ON JOB statement. The valid values are A-Z, 0-9, @, #, and $.

Corrective Action: Specify valid values.

IOAJVLE field_name CAN BE start_range_value-end_range_value

Explanation: An invalid value is specified in a field to which the cursor points. The valid values for the

Corrective Action: Specify a correct value.

IOAJVME NESTING OF DO WHILE AND DO IF IS INCORRECT

Corrective Action: Correct the nesting of DO WHILE and DO IF.

IOAJVNE INVALID VALUE. MESSAGE MUST BEGIN WITH CTJ

Corrective Action: Correct the message ID to start with a CTJ prefix.

IOAJVOE INVALID VALUE. BLANKS ARE NOT ALLOWED

Corrective Action: Correct the message ID by removing blanks.

Parent Topic

IOA messages