Natural System Error Messages 4950-4999

NAT4960: Invalid access to Natural system file: return code :1:.

Text
Invalid access to Natural system file: return code ....
Explanation
During initialization of the logical file, an error with "return code"
occurred.
Action
Contact your database administrator.

NAT4961: Logical file initialization failed: return code :1:.

Text
Logical file initialization failed: return code ....
Explanation
The utility makes use of logical files to perform any required
processing. If all the available logical files are in use, processing
is abnormally terminated. SYSPROF may be used to analyze the
current settings.
Action
Contact your database administrator for additional help.

NAT4962: No object to be included specified.

Text
No object to be included specified.
Action
Specify object to be included.

NAT4963: Invalid "expand-type" specified.

Text
Invalid "expand-type" specified.
Explanation
Valid "expand-types" are:
P - Programs                   G - Global data areas
N - Subprograms                L - Local data areas
S - External Subroutines       A - Parameter data areas
H - Helproutines               M - Maps
C - Copycodes                  E - Error messages
* - All object types
You can either specify a single "expand-type", or several of them in
any sequence without blanks in between.
Action
Specify correct "expand-type".

NAT4964: Invalid "include" option specified.

Text
Invalid "include" option specified.
Explanation
Specify valid "include" option.

NAT4965: Object type(s) not correctly specified.

Text
Object type(s) not correctly specified.
Action
Specify object type(s) correctly.

NAT4966: Valid map parameters are S, P, I, R.

Text
Valid map parameters are S, P, I, R.
Action
Specify "S", "P", "I" or "R".

NAT4967: Specified "expand object" not referenced in listed source.

Text
Specified "expand object" not referenced in listed source.
Explanation
You have specified an "expand object" to be listed within a
listed source; however, the specified expand object is not
referenced in the listed source.
Action
Enter valid command.

NAT4969: To select object, place cursor over object name.

Text
To select object, place cursor over object name.
Explanation
To display the source of an object that is referenced within the
listed source, you must mark the NAME of that object with the cursor.
Action
Place cursor correctly for object selection.

NAT4981: Subroutine is internal or not in current library.

Text
Subroutine is internal or not in current library.
Explanation
The subroutine you have selected to be displayed in
ZOOM or EXPAND mode is either an internal subroutine
(that is, contained in the source that is being listed)
or an external subroutine whose source is not contained
in the current library.
Action
Check if listed source or current library contains desired subroutine.

NAT4983: Only one object was selected for ZOOM display.

Text
Only one object was selected for ZOOM display.
Explanation
You have entered "PREV" or "NEXT" (or pressed PF4 or PF5)
to move from the object currently displayed in the ZOOM
window to the previous or next one.
However, you have not used asterisk or wildcard notation
for the object name specified with the ZOOM command,
which means that only a single object is displayed in the
ZOOM window.
Action
Enter valid command.

NAT4989: Selected object is not in current library.

Text
Selected object is not in current library.
Explanation
With the LIST command, you have specified an object whose source
is not stored in the current library.
Action
Make sure, you are in the correct library.
Or issue LIST command with asterisk/wildcard notation for list of
objects in the current library.

NAT4990: FORMAT command can only be applied to a map/data area.

Text
FORMAT command can only be applied to a map/data area.
Explanation
With the LIST command, you have specified the FORMAT option. This
option is only applicable to maps and data areas, but the listed
object is not a map or data area.
Action
Do not use FORMAT for this object.

NAT4991: Only a stowed data area can be displayed formatted.

Text
Only a stowed data area can be displayed formatted.
Explanation
Only a stowed data area can be displayed formatted as only then
is there a guarantee that the data area is syntactically correct
- thus permitting formatting.
Action
Stow data area and retry.