Version 6.3.8 for UNIX
 —  Messages and Codes  —

Natural System Error Messages 4101-4150

NAT4101: Currently no object in source work area.

Text Currently no object in source work area.
Expl. If you issue the LIST command without any parameters, the source of
the object currently residing in the source work area will be listed.
However, the source work area is currently empty.
Actn. With the LIST command, specify the name of the object to be listed.

NAT4102: Input value(s) for line selection must be numeric.

Text Input value(s) for line selection must be numeric.
Expl. Only a numeric value may be specified for selected
lines of a program to be listed.
Actn. Enter a numeric value for line selection.

NAT4103: Scan function for cross-reference requires scan value.

Text Scan function for cross-reference requires scan value.
Expl. The cross-reference for a value can only be evaluated if an
alphanumeric constant has been specified as value.
Actn. Enter a scan value.

NAT4104: Invalid LIST subcommand.

Text Invalid LIST subcommand.
Expl. An invalid subcommand was specified for the LIST function.
Use the HELP command to get an overview of valid commands.
Actn. Enter a valid LIST subcommand.

NAT4105: Cross-reference table overflow.

Text Cross-reference table overflow.
Expl. The internal table to hold the cross-reference list can only hold up
to 240 references.
For the specified value, however, more references exist.
Actn. Use a more specific value for reference.

NAT4106: Line number out of range; listing will be from 1st line.

Text Line number out of range; listing will be from 1st line.
Expl. A line number was specified that does not exist in the program.
The LIST function will list the program from the beginning.
Actn. Enter correct line number.

NAT4107: Program terminated abnormally.

Text Program terminated abnormally.
Expl. In batch mode, the execution of a program was terminated abnormally.
The reason for the error is displayed in the batch output list above
this message.
Actn. See reason for error in output list.

NAT4108: Scan only allowed on selected Object(s) in active Object List.

Text Scan only allowed on selected Object(s) in active Object List.
Expl. Scan works on the marked objects in the active Object List
Actn. Select Object(s) and activate Object List

NAT4110: Selected number is out of range.

Text Selected number is out of range.
Expl. Only file references of file names that are displayed for selection
can be referenced.
The specified number is out of range.
Actn. Enter correct selection number.

NAT4115: Line number not numeric; listing will be from first line.

Text Line number not numeric; listing will be from first line.
Expl. A specification for a line number selection was not numeric.
The program will be listed from the beginning.
Actn. Enter correct number for line selection.

NAT4116: Starting number greater than highest existing line number.

Text Starting number greater than highest existing line number.
Expl. The line number specified for positioning was greater than the
highest line number existing in the program.
The program will be listed from the beginning.
Actn. Enter a correct line number.

NAT4119: Selected program does not exist in specified library.

Text Selected program does not exist in specified library.
Expl. The program selected by the specified program name does not
exist in the specified library.
Actn. Enter correct program name.

NAT4121: Only one program can be selected for editing.

Text Only one program can be selected for editing.
Expl. The selection menu allows only one program to be selected for editing.
It is possible to select multiple programs for cataloging, purging,
scratching, listing, etc.
Actn. Select only one program for editing.

NAT4122: Selected number out of range for LIST PROGRAM.

Text Selected number out of range for LIST PROGRAM.
Expl. Only program numbers displayed on the selection menu may be selected.
Actn. Enter valid selection number.

NAT4123: The current library does not contain any source programs.

Text The current library does not contain any source programs.
Actn. Check program and correct error.

NAT4125: The requested file description is not available.

Text The requested file description is not available.
Expl. The file description which has been specified for listing does not
exist.
Actn. Check program and correct error; specify correct file name.

NAT4126: Requested field name not found in DDM.

Text Requested field name not found in DDM.
Expl. The requested field name was not found in the DDM.
Only the Natural field long names are recognized.
Actn. Enter "--" to position to the top of the DDM.

NAT4127: Invalid LIST FILE command.

Text Invalid LIST FILE command.
Expl. An invalid LIST FILE command was used in the split-screen editor.
Actn. Enter "?" for help information on valid commands.

NAT4128: File description listing will be truncated.

Text File description listing will be truncated.
Expl. The size of the DDM to be listed is too large.
Actn. Check program and correct error.

NAT4129: No scan value specified.

Text No scan value specified.
Expl. In split-screen mode, you have to specify a value to be scanned for
with the command "S SC value", before you can enter the command
"S SC=" to repeat the scan.
Actn. Enter correct command.

NAT4130: Only local commands allowed.

Text Only local commands allowed.
Expl. In this part of the application only local commands are
allowed.
Actn. Use help function on command line.

NAT4131: The library was empty, no programs were purged.

Text The library was empty, no programs were purged.
Expl. The PURGE command was issued for a library which does not contain
any source programs.
Actn. Check program and correct error.

NAT4132: No command available for LAST command.

Text No command available for LAST command.
Expl. The LAST command is used to display the command(s) that was/were
issued last.
However, when you issued the LAST command, there was no command
issued before.
Actn. No action required.

NAT4133: The command requested with LAST is not available.

Text The command requested with LAST is not available.
Expl. With the command LAST, you have requested a specific command;
however, this specific command is not available.
Actn. Issue the command "LAST *" for a list of the last 9 commands
that have been issued.

NAT4134: Invalid command selection.

Text Invalid command selection.
Expl. In the window invoked with "LAST *", you can select commands as follows:
- To execute a single command again, mark the command with any character
and press ENTER; or mark the command with the cursor and press PF5.
- To execute several commands, mark them with numbers in the order in
which you wish them to be executed again and press ENTER; the
commands will then be executed in ascending order of numbers.
This error has occurred because you have used the same number twice,
or have marked one of the commands with a letter instead of a number.
Actn. Select commands correctly.

NAT4135: Only "L" or "V" allowed as values for DO parameter.

Text Only "L" or "V" allowed as values for DO parameter.
Expl. DO=L - Data to display have logical order (default).
DO=V - Data to display have visual order.
Actn. Change value for DO parameter to a valid value.

Top of page