EXECIO Return Codes



The EXECIO command will complete with a return code indicating the relative success of the command.

The Return Code will be delivered via the REXX special variable RC.


    z/OS

     

    z/VM

     

    RC = 0 (z/OS and z/VM)
    Normal completion of requested operation.

    RC = 1 (z/OS and z/VM)
    Data was truncated during DISKW operation, (STEM or Stack item length exceeds LRECL).

    RC = 2 (z/OS and z/VM)
    EOF prior to the specified number of lines being read. This cannot occur if * is used for number of lines as the entire file is read.

    RC = 4
    During a DISKR or DISKRU operation, an empty data set was found in a concatenation of data sets. The file was not successfully opened and no data was returned.

    RC = 20
    Severe error. EXECIO completed unsuccessfully and a message is issued.

     

    RC = 3
    Record count exhausted without a successful pattern match.

    RC = 24
    EXECIO could not process the parameter list.

    RC = 31
    Error caused a rollback of a shared file(s).

    RC = 41
    Insufficient free memory to load EXECIO.

    RC = 55
    APPC/VM communication error.

    RC = 70
    SFS sharing conflict.

    Additional z/VM return codes are listed here

Copyright © Legac-e Education 2015-