NETU* - Batch Utility Program Messages

Overview of Messages

NETU001E: | NETU002E: | NETU003E: | NETU004E: | NETU005E: | NETU006E:

NETU001E: -- OPEN ERROR FOR xxxxxxx
Explanation

An error occurred while trying to open file xxxxxxx (DDCARD, NETFILE, or DDPRINT) and the file could not be opened. This error causes the utility program to terminate with a return code of 8.

Action

Look at the job log or system log for additional system messages that indicate why the file could not be opened.

Module

NETPFIL1, NETPFIL2


NETU002E: -- READ ERROR FOR xxxxxxx
Explanation

An error occurred while trying to read from file xxxxxxx (DDCARD or NETFILE). This error causes the utility program to terminate with a return code of 8.

Action

Look at the job log or system log for additional system messages that indicate the cause of the I/O error.

Module

NETPFIL1, NETPFIL2


NETU003E: -- WRITE ERROR FOR DDPRINT
Explanation

An error occurred while trying to write to the DDPRINT file. This error causes the utility program to terminate with a return code of 8.

Action

Look at the job log or system log for additional system messages that indicate the cause of the I/O error.

Module

NETPFIL1, NETPFIL2


NETU004E: -- CLOSE ERROR FOR xxxxxxx
Explanation

An error occurred while trying to close file xxxxxxx (DDCARD, NETFILE or DDPRINT). This error causes the utility program to terminate with a return code of 8. The files are not closed until the end of the program, so the output file may or may not contain the desired data.

Action

Look at the job log or system log for additional system messages that indicate the cause of the I/O error.

Module

NETPFIL1, NETPFIL2


NETU005E: -- INVALID FIND PARM SPECIFIED
Explanation

A FIND parameter was specified with an invalid syntax. This probably means that the OFFSET or VALUE keywords were not specified or were specified out of order.

Action

Correct the FIND parameter using the following syntax:

FIND=logging title,OFFSET=nnn,VALUE=characters
FIND=logging title,OFFSET=nnn,VALUE=X'hex values'
Module

NETPFIL2


NETU006E: -- INVALID OFFSET SPECIFIED ON FIND
Explanation

The OFFSET specified on a FIND parameter did not contain a valid hexadecimal displacement. The displacement value must be a valid hexadecimal number containing only 0-F.

Action

Correct the FIND parameter OFFSET=xxx to a valid hexadecimal displacement.

Module

NETPFIL2