NET/MASTER Messages Manual
NNM0319
Messages
106159 Tandem Computers Incorporated 2–71
NNM0318
fileid userid procname nclid logitermname baseproc openid
Cause. A SHOW UDBUSER command was issued and the message is part of the
response. The line contains information about a UDB user.
fileid
is the UDB ID.
userid
is the ID of the user using the UDB file.
procname
is the NCL procedure that opened the UDB file.
nclid
is the ID of the NCL process using the UDB file.
logitermname
is the logical name of the terminal on which the NCL process is
executing.
baseproc
is the name of the top-level NCL procedure.
openid
is the ID used by the NCL process to refer to the UDB file.
Effect. The information about the UDB user is retrieved and displayed.
Recovery. This message is informational only; no recovery action is necessary.
NNM0319 FILE
operand
ERROR, ID=
openid
-
errtext
Cause. A FILE verb was issued and failed.
operand
is the second part of the FILE verb (for example, ADD).
openid
is the ID that identifies the file to the NCL process.
errtext
is one of the following:
ACCESS RESTRICTED
The security exit did not allow the verb to access the file. Do not use the verb to
access that file or advise your security administrator to modify the security exit.
ALTERNATE KEY ID NOT KNOWN
An alternate key was specified but the key does not exist. Specify an existing
alternate key or use the FUP ALTER command to add the alternate key to the file.
DATA LENGTH EXCEEDS MAXIMUM
The data record produced is longer than the maximum record length for the file.
Specify less data on the FILE verb or use a file with a longer record length.
FILE ID NOT OPEN
The specified file ID has not been processed by the FILE OPEN verb. Issue FILE
OPEN for this file ID.