z/OS Communications Server: IP Messages Volume 3 (EZY)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZY1023E

z/OS Communications Server: IP Messages Volume 3 (EZY)
SC27-3656-00

hh:mm:ss.th File errtype error on ddname, RC=rc

Explanation

An I⁄O error occurred while accessing a file with the DDNAME ddname. The I⁄O activity is given by errtype and is one of the following:
  • OPEN
  • CLOSE
  • GET
  • PUT
Additional information about the error can be obtained from rc which has the following values and associated meanings:
1
Internal error.

Return value for an end of file. Used internally and is not an error. If this value is displayed with this message then a program logic error has occurred.

2
File ABEND exit routine invoked.
3
File SYNAD exit routine invoked.
4
Internal error.

This return code indicates that a GET or PUT has been performed on a file that has not been opened successfully. If this value is displayed with this message then a program logic error has occurred.

5
The record format for the file is not one of the supported types: FIXED or VARIABLE.
6
Internal error.

A file structure pointer is not referencing a valid file structure. If this value is displayed with this message then a program error has occurred.

7
Error occurred while closing the file.
8
The ddname is not defined.

System action

The system action depends on errtype as follows:
Error
Description
OPEN
The Listener opens the configuration file for input and the message log for output. If either file cannot be opened, the Listener ends.

Procedure name: main, PRSCFG

CLOSE
Errors associated with closing a file are ignored and processing continues.

Procedure name: main, PRSCFG

GET
If a GET error occurs before the Listener has been able to retrieve sufficient valid configuration statements to define all the configuration options, the Listener ends. Otherwise processing continues.

Procedure name: PRSCFG

Operator response

Take appropriate action based on errtype such as specifying the correct ddnames or specifying files with the correct attributes.

System programmer response

Assist the user as required.

Module

EZAIMSPS

Procedure name

See the explanation above.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014