cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBL_EXIT_PROC (↑ Library of Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      CBL_EXIT_PROC
 
  Function:     Posts or removes a closedown procedure to be invoked
                automatically when the application terminates.
 
  Syntax:       CALL "CBL_EXIT_PROC" USING      install-flag
                                                install-address
                                     RETURNING  status-code
 
 
  Parameters:   install-flag           PIC X COMP-X.
                install-address        USAGE PROCEDURE POINTER
                status-code            See Key
                                    -♦-