On Thu, 16 Nov 2023 16:51:32 +0000, Farley, Peter wrote:
>
>Then your Rexx calls would use the least amount of environment setup and 
>teardown.  The down side is you would also need a “terminate” function in the 
>“front end” to do the needed CEETERM for the LE/C++ environment you set up 
>which the invoking Rexx code would then need to call before exiting.
>
Is there a replaceable routine for REXX EXIT?

Some packages place a reasonable burden on the end user with:
    CALL *CALLS 'ON'  /* Establish environment.  */
        /* do stuff */
    CALL *CALLS 'OFF'  /* Terminate  */

(SYSCALLS( 'OFF' ) is disparaged by its author.)

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to