GDDM V3R2 Base Application Programming Guide
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
Example of an error exit routine, without using FSEXIT GDDM V3R2 Base Application Programming Guide SC33-0867-01 |
|
Instead of declaring the error routine to be an external entry, you may choose to execute an FSQERR call to obtain the error record:
CALL FSEXIT(EERROR,8); /* Specify error exit. */
|
Copyright IBM Corporation 1990, 2012 |