9.3.49 EXIT ([STATUS])

Description:  Terminates program execution, closes all files, and returns control to the operating system.  
Class:  Subroutine 
Arguments:  STATUS is an optional integer argument you can use to specify the image exit-status value.  

Examples

CALL EXIT (100)


Previous Page Next Page Table of Contents