Text |
No subclause given in COMPOSE statement. |
Action |
Correct error in program. |
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. |
Text |
TO VARIABLES or TO DATAAREA missing in MOVING clause. |
Action |
Correct error in program. |
Text |
More than 37 variables/constants in MOVING clause. |
Action |
Correct error in program. |
Text |
Error in STATUS variable. |
Action |
Correct error in program. |
Text |
Error in left part of ASSIGNING clause in COMPOSE. |
Action |
Correct error in program. |
Text |
Error in right part of ASSIGNING clause in COMPOSE. |
Action |
Correct error in program. |
Text |
Over 19 variable pairs in ASSIGNING/EXTRACTING clause. |
Action |
Correct error in program. |
Text |
Error in left part of EXTRACTING clause. |
Action |
Correct error in program. |
Text |
Error in right part of EXTRACTING clause. |
Action |
Correct error in program. |
Text |
No output device for formatted output. |
Action |
Correct error in program. |
Text |
OUTPUT CALLING variable must be of alphanumeric format. |
Action |
Correct error in program. |
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. |
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. |
Text |
Error in definition of input destination. |
Action |
Correct error in program. |
Text |
Error in definition of input source. |
Action |
Correct error in program. |
Text |
The keyword "FROM" is missing. |
Action |
Correct error in program. |
Text |
Max.number of source definitions in INPUT clause is 9/10. |
Action |
Correct error in program. |
Text |
Error in printer assignment in ERRORS/MESSAGES subclause. |
Action |
Correct error in program. |
Text |
Invalid page number in STARTING/ENDING subclause. |
Action |
Correct error in program. |
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. |
Text |
Error in STATUS definition. |
Action |
Correct error in program. |
Text |
The INPUT subclause may be specified only once. |
Action |
Correct error in program. |
Text |
Input error in EXIT or CABINET parameter. |
Action |
Correct error in program. |
Text |
The ERRORS subclause may be specified only once. |
Action |
Correct error in program. |
Text |
The MESSAGES subclause may be specified only once. |
Action |
Correct error in program. |
Text |
The STARTING subclause may be specified only once. |
Action |
Correct error in program. |
Text |
The ENDING subclause may be specified only once. |
Action |
Correct error in program. |
Text |
The PROFILE subclause may be specified only once. |
Action |
Correct error in program. |
Text |
The STATUS subclause may be specified only once. |
Action |
Correct error in program. |
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. |
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. |
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. |
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. |
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. |
Text |
Java Error (:1:) occurred. Message: :2:. |
Explanation |
A Java exception of class java.lang.Error has been thrown in the called Java code. |
Action |
Refer to the Java documentation for further information. Check the called Java code and correct the error. |
Text |
Java Runtime Exception (:1:) occurred. Message: :2:. |
Explanation |
A Java exception of class java.lang.RuntimeException has been thrown in the called Java code. |
Action |
Refer to the Java documentation for further information. Check the called Java code and correct the error. |
Text |
Java Exception (:1:) occurred. Message: :2:. |
Explanation |
A Java exception of class java.lang.Exception has been thrown in the called Java code. |
Action |
Refer to the Java documentation for further information. Check the called Java code and correct the error. |
Text |
Initialization of the JVM failed. Function: :1:. Reason: :2:. |
Explanation |
The initialization of the Java Virtual Machine failed. Either the JVM could not be loaded from the location indicated in the Natural configuration parameter "JVM" or the initialization failed when executing the indicated initialization function. |
Action |
Correct the entry in the Natural configuration parameter "JVM". Consult also the documentation of the JVM. |
Text |
Natural Java Bridge internal error. Line: :1:(:2:). Reason :3:. |
Explanation |
An internal error occurred in the Natural Java Bridge. The message indicates the location of the error. |
Action |
Report the full error information to Software AG Support. |
Text |
Mandatory parameter not specified. |
Explanation |
When calling a method of the Natural Java Bridge, a mandatory parameter was not specified. |
Action |
Check the documentation of the method and correct the error. |
Text |
Method or field :1: not found. |
Explanation |
The Java class does not contain a public method with the given name and signature or no public field with the given name. |
Action |
Check the documentation of the Java class and correct the error. |
Text |
Wrong number of parameters specified in SEND METHOD. |
Explanation |
The Java class does not contain a public method with the given name and parameter count. |
Action |
Check the documentation of the Java class and correct the error. |
Text |
Conversion of parameter :1: not possible. |
Explanation |
The indicated parameter could not be converted from a Java type to a Natural type or vice versa. |
Action |
Conversion of parameter :1: not possible. |