D.1.2 EXIT Subroutine

The EXIT subroutine causes program termination, closes all files, and returns control to the operating system. A call to EXIT has the form:

CALL EXIT [(exit-status)]
exit-status
Is an optional integer argument you can use to specify the image exit-status value.


Previous Page Next Page Table of Contents