If the operand OPEN-ERROR=*MODULE(NAME=modulename) is specified in the ASSIGN-INPUT-FILE statement, PERCON branches to the user module “modulename” whenever an open error occurs in an input file.
Register 1 indicates the following address list:
A(parameter area) X'80000000'
A description of the structure of the parameter area is provided on "Common parameter area for the interfaces ".
The following values are entered in the parameter area:
Identifier of the interface: X'14' |
The user transfers information to PERCON via the return code of the parameter area.
Return code | Meaning |
X'00' | The conversion step is terminated with errors. |
X'04' | The conversion step is terminated normally. |
X'08' | The next input file is processed. |
X'0C' | The next input file is processed. |