ABENDCC
- ABENDCC
- Specifies how File Manager processing resulting
in a non-zero return code (including customized return codes) will be completed
in batch.
- NONE
- The job step will terminate with a non-zero return code. The default is NONE.
- nnnnn
- If the return code is greater than or equal to nnnnn, File Manager will abend with U999, Reason Code=888 (hex: 378). nnnnn can be any integer between 1 and 32767. nnnnn = 0 is the same as NONE. nnnnn can be selected as appropriate, for specific return codes (including customized return codes) issued by File Manager functions.
Note: Specification of any non-zero integer will prevent
File Manager from intercepting abnormal terminations (system abends).