NET/MASTER Messages Manual
NNM2109
Messages
106159 Tandem Computers Incorporated 2–385
NNM2107 NEW PASSWORD VERIFICATION COMPLETE
Cause. You were changing your password and entered your new password a second
time for verification. The verification was successful.
Effect. Your password has been changed.
Recovery. This message is for information only; no recovery is necessary. If you are
not satisfied with your password, you can use the following keys: F3 to change your
password, or F12 to cancel the change.
NNM2108 MISSING MDO VALUE FOR SECCALL VERB
Cause. A SECCALL verb was issued with the MDO keyword but no MDO name was
specified.
Effect. The operation is not performed.
Recovery. Specify a correct MDO name for the MDO keyword and restart the NCL
procedure.
NNM2109
vblname
IS NOT A VALID MDO VARIABLE.
Cause. A SECCALL verb was issued with the MDO keyword but the specified MDO
variable name resolved to an invalid value. The error occurred because the variable
did not exist, was not an MDO variable, or was of the wrong context.
vblname
is the resolved variable name that refers to the MDO.
Effect. A run-time error is raised in the NCL procedure.
Recovery. Ensure that the specified MDO name resolves to the name of a stem variable
that refers to an MDO variable previously created through the NCL verb ASSIGN.
Restart the NCL procedure.