Natural System Error Messages 5400-5449

NAT5400: No subclause given in COMPOSE statement.

Text
No subclause given in COMPOSE statement.
Action
Correct error in program.

NAT5401: Format in MOVING clause must be A, or P/N less or equal 16.

Text
Format in MOVING clause must be A, or P/N less or equal 16.
Explanation
The format of operand 1 in COMPOSE MOVING clause must either
be alphanumeric, packed, or numeric.
If the operand is of type alphanumeric with length one, the
value should not be "." (period) or "," (comma).
If the operand is of type packed or numeric, the total number
of digits may not exceed 16.
Action
Correct error in program.

NAT5402: TO VARIABLES or TO DATAAREA missing in MOVING clause.

Text
TO VARIABLES or TO DATAAREA missing in MOVING clause.
Action
Correct error in program.

NAT5403: More than 37 variables/constants in MOVING clause.

Text
More than 37 variables/constants in MOVING clause.
Action
Correct error in program.

NAT5404: Error in STATUS variable.

Text
Error in STATUS variable.
Action
Correct error in program.

NAT5405: Error in left part of ASSIGNING clause in COMPOSE.

Text
Error in left part of ASSIGNING clause in COMPOSE.
Action
Correct error in program.

NAT5406: Error in right part of ASSIGNING clause in COMPOSE.

Text
Error in right part of ASSIGNING clause in COMPOSE.
Action
Correct error in program.

NAT5407: Over 19 variable pairs in ASSIGNING/EXTRACTING clause.

Text
Over 19 variable pairs in ASSIGNING/EXTRACTING clause.
Action
Correct error in program.

NAT5408: Error in left part of EXTRACTING clause.

Text
Error in left part of EXTRACTING clause.
Action
Correct error in program.

NAT5409: Error in right part of EXTRACTING clause.

Text
Error in right part of EXTRACTING clause.
Action
Correct error in program.

NAT5410: CABINET operand must be type A, less or equal eight char.

NAT5411: No output device for formatted output.

Text
No output device for formatted output.
Action
Correct error in program.

NAT5412: OUTPUT CALLING variable must be of alphanumeric format.

Text
OUTPUT CALLING variable must be of alphanumeric format.
Action
Correct error in program.

NAT5413: Subclause in FORMATTING clause may be specified only once.

Text
Subclause in FORMATTING clause may be specified only once.
Explanation
All subclauses of the FORMATTING clause may be used in any
order, but each subclause may be used only once.
Action
Correct error in program.

NAT5414: GIVING operand in OUTPUT subclause must be B4 or B10.

Text
GIVING operand in OUTPUT subclause must be B4 or B10.
Explanation
The format/length of the operand specified after the keyword GIVING
in the OUTPUT subclause of a COMPOSE statement must be B4 or B10.
See the Natural documentation for details on the COMPOSE statement.
Action
Correct error in program.

NAT5415: Error in definition of input destination.

Text
Error in definition of input destination.
Action
Correct error in program.

NAT5416: Error in definition of input source.

Text
Error in definition of input source.
Action
Correct error in program.

NAT5417: The keyword "FROM" is missing.

Text
The keyword "FROM" is missing.
Action
Correct error in program.

NAT5418: Max.number of source definitions in INPUT clause is 9/10.

Text
Max.number of source definitions in INPUT clause is 9/10.
Action
Correct error in program.

NAT5419: Error in printer assignment in ERRORS/MESSAGES subclause.

Text
Error in printer assignment in ERRORS/MESSAGES subclause.
Action
Correct error in program.

NAT5420: Invalid page number in STARTING/ENDING subclause.

Text
Invalid page number in STARTING/ENDING subclause.
Action
Correct error in program.

NAT5422: Error in PROFILE definition.

Text
Error in PROFILE definition.
Explanation
PROFILE operand must be of type A and the operand length must be
greater than one character and less than or equal to 32 characters.
Action
Correct error in program.

NAT5423: Error in STATUS definition.

Text
Error in STATUS definition.
Action
Correct error in program.

NAT5424: The INPUT subclause may be specified only once.

Text
The INPUT subclause may be specified only once.
Action
Correct error in program.

NAT5425: Input error in EXIT or CABINET parameter.

Text
Input error in EXIT or CABINET parameter.
Action
Correct error in program.

NAT5426: The ERRORS subclause may be specified only once.

Text
The ERRORS subclause may be specified only once.
Action
Correct error in program.

NAT5427: The MESSAGES subclause may be specified only once.

Text
The MESSAGES subclause may be specified only once.
Action
Correct error in program.

NAT5428: The STARTING subclause may be specified only once.

Text
The STARTING subclause may be specified only once.
Action
Correct error in program.

NAT5429: The ENDING subclause may be specified only once.

Text
The ENDING subclause may be specified only once.
Action
Correct error in program.

NAT5430: The PROFILE subclause may be specified only once.

Text
The PROFILE subclause may be specified only once.
Action
Correct error in program.

NAT5431: The STATUS subclause may be specified only once.

Text
The STATUS subclause may be specified only once.
Action
Correct error in program.

NAT5432: PASSW operand must be of type A, less than or equal 8 char.

Text
PASSW operand must be of type A, less than or equal 8 char.
Explanation
The format/length of the operand specified after the keyword PASSW
in a COMPOSE statement must be A8.
Action
Correct error in program.

NAT5433: CONTROL variables must be of format/length A1.

Text
CONTROL variables must be of format/length A1.
Explanation
The two variables specified after the keyword CONTROL in the
OUTPUT subclause of a COMPOSE statement must be of format A1.
Action
Correct error in program.

NAT5434: Maximum number of variables in OUTPUT TO VARIABLES is 20.

Text
Maximum number of variables in OUTPUT TO VARIABLES is 20.
Explanation
In the OUTPUT TO VARIABLES subclause of a COMPOSE statement, you
must not specify more than 20 variables.
Action
Correct error in program.

NAT5435: Error in receiving variable of FORMATTING OUTPUT clause.

Text
Error in receiving variable of FORMATTING OUTPUT clause.
Explanation
The receiving variable in the OUTPUT subclause must be of type A.
Note, that it is not recommended to use A1 variables.
Action
Correct error in program.

NAT5436: MOVING OUTPUT operand must be of format A.

Text
MOVING OUTPUT operand must be of format A.
Explanation
The operand specified after MOVING OUTPUT in a COMPOSE statement
must be of format A.
Action
Correct error in program.