Text |
Multiple commands not allowed. |
Explanation |
Only one command may be entered per screen. If multiple commands are detected, no update and no command interpretation are performed. |
Action |
Enter only one command. |
Text |
Invalid screen operation in line ..., column .... |
Explanation |
A field variable must not be changed to a text constant. |
Action |
Delete the field or move it to another position by using the appropriate field command, then insert the text. |
Text |
Use ".E" command to edit field. |
Explanation |
The modification or definition of an edit mask for a field is only possible by invoking "extended field editing" with the command ".E". |
Action |
Use the field command ".E". |
Text |
Error in DDM. |
Explanation |
An error was detected in the currently used Data Definition Module. |
Action |
Correct the DDM. |
Text |
Use edit mask to change format. |
Action |
Use edit mask to change format. |
Text |
Use ".A" command to define array. |
Action |
Enter the field command ".A" in the field. |
Text |
Invalid object name. |
Action |
Specify a valid object name. |
Text |
No DDM loaded. |
Explanation |
An internal error occurred while trying to load a DDM. |
Action |
Contact Software AG - Natural support. |
Text |
The requested DDM is too large. |
Explanation |
The requested DDM is too large to be processed by the map editor. |
Action |
Reduce the size of the DDM. |
Text |
Invalid edit mask. |
Explanation |
The edit mask specified is invalid. See the Natural documentation for detailed information on edit masks. |
Action |
Correct error. |
Text |
Invalid field format. |
Explanation |
The specified field format is invalid. See the Natural documentation for valid format definitions. |
Action |
Correct error. |
Text |
Field name contains illegal characters. |
Explanation |
The field name contains characters which are not allowed within a field name. |
Action |
Correct error. |
Text |
Too many digits before and/or after decimal character. |
Explanation |
There are too many decimal digits before and/or after the decimal character. See the Natural documentation for additional information. |
Action |
Correct error. |
Text |
The source area is empty. |
Explanation |
An attempt was made to edit an empty source area. |
Action |
Use function "I" (Initialize map) or "R" (Read map) to place a map into the source area. |
Text |
Map not found in source area. |
Explanation |
The source area does not contain the map with the specified name. Function "L" may be used to determine if a map is currently in the source area; or the map-entry field may be left blank to cause all maps in the source area to be displayed. |
Action |
Use function "I" (Initialize map) or "R" (Read map) to place a map into the source area. |
Text |
Specified object not found in current or steplib library. |
Explanation |
The Natural object (program, subprogram, data area, etc.) with the specified name could not be found either in the current library or in any concatenated library (steplib). |
Action |
Specify the correct name of the object. |
Text |
Invalid use of a command. |
Explanation |
An attempt was made to use a command incorrectly. (for example, using the command ".A" for a text constant. |
Action |
Enter correct command in correct field. |
Text |
No delimiter matches attributes. |
Explanation |
The specified attributes are not consistent with the delimiter settings in the map profile. |
Action |
Use other attributes or change delimiter settings in the map profile. |
Text |
Too many occurrences of field in line ..., column .... |
Explanation |
An output field was used in more than 98 occurrences. |
Action |
Specify a new field. |
Text |
Multiple fields not allowed here: line ..., column .... |
Explanation |
An input-only field or a modifiable field must not be used in multiple occurrences. |
Action |
Correct error. |
Text |
String too long: line ..., column .... |
Explanation |
A text constant of over 58 characters was specified. Only text which consists of the repeated concatenation of the same character may be longer than 58 characters. |
Action |
Divide the text into 2 constants or use a variable containing the text. |
Text |
System variable must be an output field. |
Explanation |
System variables may only used in output mode. |
Action |
Use a delimiter which indicates output mode. |
Text |
Overlapping detected in line ..., column .... |
Explanation |
This error may be caused by any of the following: - overlapping of one variable with another; - overlapping of a variable with the right border of the map; - overlapping of a variable and a text constant; - an invalid command was interpreted as text. |
Action |
Correct error. |
Text |
Type conflict with DDM definition: line ..., column.... |
Explanation |
The DDM variable attribute is not assigned to the screen variable attribute in the case of incompatible formats. Incompatible: A,B with N,P. A with B. Compatible : N with P. |
Action |
Change screen specification and then reassign. |
Text |
Reassignment not possible in line ..., column .... |
Explanation |
This error may be caused by the following: - the variable is already assigned; - the variable is a system variable. |
Action |
Delete the variable and generate it from the DDM. |
Text |
Name of field/variable must be specified. |
Action |
Enter a field/variable name. |
Text |
Internal format error in map definition. |
Explanation |
The map editor has detected an internal format error in the map definition. A possible cause is the attempt to edit the map source area via another utility or program. |
Action |
Use function "I" (initialize map) or "R" (read map) to place the original map into the source area. |
Text |
AL/NL syntax error. |
Explanation |
The specification of AL or NL is incorrect. See the Natural documentation for detailed information. |
Action |
Specify AL/NL correctly. |
Text |
You may select only one item from the menu. |
Action |
Select no more than one item. |
Text |
Not enough empty lines available for inserting/splitting. |
Explanation |
When you use the line commands "..I" (insert) or "..S" (split), all lines below the inserted/split line(s) will be "pushed" downward and the last empty line(s) of the map will be deleted to make room for the insertion/splitting. However, if there are not enough empty lines at the bottom of the map, the insert/split command cannot be executed. |
Action |
Make sure that enough empty lines are available before you insert new lines or split lines. |
Text |
Invalid rank setting. |
Explanation |
This error message may be caused by any of the following: - The specified value was not greater than zero. - The specified value was not smaller than or equal to the rank of the array. - The specified value has already been assigned. Note: The rank of an array is equal to the number of indexes; for example, A(3,4) is an element of array A with rank 2. |
Action |
Correct rank setting. |
Text |
Index is out of range. |
Explanation |
The specified index is outside the array dimensions. |
Action |
Correct the index specification. |
Text |
Fixed index must be specified. |
Explanation |
If an array with 3 dimensions is used in a map, the index of at least one dimension must be fixed (integer or variable). |
Action |
Correct index specification. |
Text |
Invalid color. |
Explanation |
An invalid color was specified. The valid color codes may be determined by placing the cursor on the field COLOUR and pressing the HELP key. |
Action |
Specify a valid color. |
Text |
No source/object name specified. |
Explanation |
The source name is missing for a READ or PURGE function; or the object name is missing for the UNCATALOG function. |
Action |
Specify source/object name. |
Text |
No profile name specified. |
Explanation |
A profile name must be specified when using function "I" or "M". |
Action |
Specify a profile name. |
Text |
Column shift can only be 0 or 1. |
Explanation |
The standard column shift is "0" . In order to use the first column position for map fields, a column shift of "1" may be specified. |
Action |
Specify "0" or "1" . |
Text |
Conflict between helptext size/position and screen size. |
Explanation |
The currently defined size of the helptext window does not permit its being placed in the position you want it to be placed, because it would not fit onto the screen of the specified device ("Device Check"). You have to make the window smaller, change its position (or not use the Device Check option). |
Action |
Either make the helptext smaller (reduce page size and/or line size), or change its position. |
Text |
Map transmitted successfully. |
Action |
No action required. |
Text |
Field/parameter names in a map must be unique. |
Explanation |
The names of fields and parameters used in a map must be unique. |
Action |
Do not use duplicate field/parameter names in a map. |
Text |
SAVE command executed. |
Explanation |
The source has been stored in the current library. |
Action |
No action required. |
Text |
Map tested successfully. |
Explanation |
A RUN command was executed successfully for the current source. |
Action |
No action required. |
Text |
Variable already used with other format/array dimensions. |
Explanation |
The variable whose name you have specified as help parameter, attribute control variable or starting-from value has already been defined elsewhere with a different format or with other array dimensions. |
Action |
Use a different name or check the other variable of the same name. |
Text |
Invalid function code. |
Explanation |
The specified function code is invalid. |
Action |
Enter a valid function code, or a "?" for help. |
Text |
Delimiter class must be "A","O","M" or "T". |
Explanation |
An invalid code for the delimiter class was entered. Possible codes are: A - Input-only field O - Output-only field M - Modifiable field (output and input) T - Text constant |
Action |
Enter valid delimiter class. |
Text |
Attribute of delimiter is invalid. |
Explanation |
Valid attribute codes are: B Blinking NE Neutral C Cursive/italic BL Blue D Default (non-I, B, etc.) GR Green I Intensified RE Red N Non-display PI Pink U Underlined YE Yellow V Reversed video TU Turquoise Y Dynamic (attributes to be assigned dynamically by user program) |
Action |
Enter valid code. |
Text |
Delimiter must be a special character. |
Explanation |
Only special characters may be used as delimiters. |
Action |
Enter a special character as delimiter. |
Text |
Page size must be 1 - 250. |
Explanation |
The page size value must be in the range from 1 to 250 lines. The standard page size for 3270-type screens is 23 lines. |
Action |
Enter a valid page size. |
Text |
Line size must be 5 - 249. |
Explanation |
The line size value must be in the range from 5 to 249 characters. The standard line size for a 3270-type screen is 79 characters. |
Action |
Enter a valid line size. |
Text |
Enter "T" (top) or "B" (bottom). |
Explanation |
The message line may be located at the top (T) or the bottom (B) of the screen. |
Action |
Enter valid code ("T" or "B"). |