READ-UNIX-FILE

File 96
Statement FIND
Task This view makes it possible to read data from files in the z/OS UNIX file system.

Fields

Dictionary Field Name F/L Mu DE Remarks
NODE N5.0   D D Node ID (DBID).
ERROR-CODE N3.0      
ERROR-TEXT A58      
NODE-NAME A16   D LPAR where node is running.
SYSTEM-MESSAGE-CODE A10      
PATH A128   D Fully qualified path name.
RECORD A253   D Record of the file.
RECORD-LENGTH N3.0   D Required.

Relevant Error Codes

Code Text
530 Access denied by Security Facility.
553 I/O error on directory.
568 File not found-
993 Cannot open file.
899 I/O error on file.

Field Descriptions

Field Name Type/Length
NODE (N5.0)

D Node ID (DBID).

Field Name Type/Length
ERROR-CODE (N3.0)

Message code.

Field Name Type/Length
ERROR-TEXT (A58)

Text describing error.

Field Name Type/Length
NODE-NAME (A16)

LPAR where node is running.

Field Name Type/Length
SYSTEM-MESSAGE-CODE (A10)

Code of system message.

Field Name Type/Length
PATH (A128)

Path of file to be read.

Field Name Type/Length
RECORD (A253)

Record to be read.

Field Name Type/Length
RECORD-LENGTH (N3.0)

Length of record. Required.

On this page