Previous Topic: N9x MessagesNext Topic: NMx Messages


NDRx Messages

NDR001

DD=NMDRVCTL OPEN failure

Reason:

The DD NMDRVCTL failed to open.

System Action:

System initialization is terminated.

User Action:

Provide a valid DD statement for DDName NMDRVCTL.

NDR002

Unrecognised operand

Reason:

An unrecognized operand was encountered in the input read from NMDRVCTL. A following message identifies the input.

System Action:

System initialization is terminated.

User Action:

For a description of the valid syntax for the input, see the Reference Guide.

NDR003

PGM= name greater than 8 characters

Reason:

The program name specified on PGM= is longer than eight characters.

System Action:

System initialization is terminated.

User Action:

Specify a program name of one to eight characters in length.

NDR004

LIST= value invalid

Reason:

The LIST= operand was neither NO nor YES.

System Action:

System initialization is terminated.

User Action:

Specify a value of NO or YES for the LIST= operand.

NDR005

ERROR= value invalid

Reason:

The ERROR= operand must start with either R or U followed by one to five digits (for example, U4095).

System Action:

System initialization is terminated.

User Action:

Specify a valid value for the ERROR= operand.

NDR006

PARMSEP= value invalid

Reason:

The PARMSEP= operand must be one character in length.

System Action:

System initialization is terminated.

User Action:

Specify a valid value for the PARMSEP= operand.

NDR007

PPREF= value invalid or too long

Reason:

The PPREF= operand exceeds 1024 bytes in length.

System Action:

System initialization is terminated.

User Action:

Specify a value with a shorter length for the PPREF= operand.

NDR008

WAIT= value invalid

Reason:

The WAIT= operand must be either ESM or VTAM.

System Action:

System initialization is terminated.

User Action:

Specify either ESM or VTAM for the WAIT= operand.

NDR009

PSUFF= value invalid or too long

Reason:

The PSUFF= operand exceeds 1024 bytes in length.

System Action:

System initialization is terminated.

User Action:

Specify a value with a shorter length for the PSUFF= operand.

NDR010

More than 1 parm on a control line

Reason:

A control line can have only one command.

System Action:

System initialization is terminated.

User Action:

Start commands on separate lines.

NDR011

p1 operand unrecognised

Reason:

The operand, p1, was not recognized.

System Action:

System initialization is terminated.

User Action:

For a list of valid operands, see the Reference Guide.

NDR012

< p1> operand duplicated

Reason:

The operand, p1, occurred more than once in the processed statement.

System Action:

System initialization is terminated.

User Action:

Specify p1 only once on the statement.

NDR013

< p1> operand invalid value

Reason:

The operand, p1, was invalid.

System Action:

System initialization is terminated.

User Action:

Correct the operand.

For valid syntax, see the Reference Guide.

NDR014

Variable substitution not supported

Reason:

Variable substitution was requested, but the operating system does not support this.

System Action:

System initialization is terminated.

User Action:

Either change the specification to SUBS=NO or upgrade your operating system.

NDR015

Invalid SUBS=... value

Reason:

The value for SUBS= must be either NO or YES.

System Action:

System initialization is terminated.

User Action:

Specify either NO or YES for SUBS=.

NDR016

Variable name not 1-16 characters

Reason:

The name of a variable must be 1 to 16 characters in length.

System Action:

System initialization is terminated.

User Action:

Specify a variable name of 1 to 16 characters.

NDR017

Variable name has bad characters

Reason:

The name of a variable must consist of the characters A to Z, $, @, and #, with numerals allowable in all but the first character.

System Action:

System initialization is terminated.

User Action:

Specify a variable name with valid characters.

NDR018

Variable value too long

Reason:

The value supplied for a variable exceeds the length of the variable name plus 1.

System Action:

System initialization is terminated.

User Action:

Specify a value of the correct length.

NDR019

Too many variables defined

Reason:

The number of variables defined exceeds the limit of 20.

System Action:

System initialization is terminated.

User Action:

Do not specify more than 20 variables.

NDR020

Subs output buffer overflow

Reason:

A buffer overflow condition occurred while calling the symbol substitution routine.

System Action:

System initialization is terminated.

User Action:

Increasing the region size, or decrease the number of variables for substitution.

NDR021

Parm syntax error at col p1

Reason:

A syntax error was detected in column p1 of the input.

System Action:

System initialization is terminated.

User Action:

Correct the syntax.

For valid syntax, see the Reference Guide.

NDR022

Missing continuation

Reason:

A line ended with a continuation character, but EOF was encountered while attempting to read the continuation.

System Action:

System initialization is terminated.

User Action:

Either remove the continuation indicator, or provide the missing continuation line.

NDR099

p1

Reason:

This message follows an error message to echo the statement that was in error, p1.

System Action:

See the previous error message.

User Action:

See the previous error message.

NDR101

Waiting for WAIT= requirements to be satisfied

Reason:

You specified WAIT=ESM, WAIT=VTAM or both, and the system is waiting for these events to occur.

System Action:

The system issues this message every 10 seconds until the events being waited on occur.

User Action:

None.

NDR102

SAF unavailable - SAFRC=p1, RACFRC=p2, RACFRE=p3

Reason:

You specified WAIT=ESM, causing a RACROUTE REQUEST=STAT call to be issued. This call failed.

p1 is the SAF return code.

p2 is the RACF return code.

p3 is the RACF reason code.

System Action:

The system continues to wait until the ESM is available, issuing this message every 10 seconds.

User Action:

For an explanation of the codes in this message, see IBM's Security Server RACROUTE Macro Reference.

NDR103

VTAM unavailable - RC = p1

Reason:

You specified WAIT=VTAM, causing VTAM OPEN to be issued. This failed with return code p1.

System Action:

The system continues to wait until VTAM is available, issuing this message every 10 seconds.

User Action:

Review the return code to determine the problem.

For an explanation of the return code in this message, see IBM's Communications Server: SNA Programming book.

NDRV01

Invalid ALLOCATE parm combination

Reason:

The specified combination of parameters for requesting dynamic allocation is not valid.

System Action:

System initialization is terminated.

User Action:

Correct the parameters in the request.

Note: For valid combinations of the parameters to allocate a data set dynamically, see the Reference Guide.

NDRV02

No suitable ALLOC to CONCAT to

Reason:

DDName=* was specified without a previous allocation to concatenate to.

System Action:

System initialization is terminated.

User Action:

Ensure that a DD=name statement precedes the DDName.

NDRV03

SYSOUT concatenation not allowed

Reason:

A concatenation to a SYSOUT allocation was attempted. This is not valid.

System Action:

System initialization is terminated.

User Action:

Recode the statement.

NDRV04

TEMP DSN table overflow

Reason:

More than four temporary data set names (that is, names starting with an ampersand (&)) were specified on an allocation.

System Action:

System initialization is terminated.

User Action:

Do not exceed four temporary data set names for an allocation.

NDRV05

TEMP DSN not found in table

Reason:

A temporary DSN has DISP=OLD without having been specified in another allocation with DISP=NEW.

System Action:

System initialization is terminated.

User Action:

Correct the temporary DSN specification.

NDRV99

p1

Reason:

This message follows an error message to echo the statement that was in error, p1.

System Action:

See the previous error message.

User Action:

See the previous error message.