On Thu, 6 Mar 2008 09:57:00 +0100, Fred van der Windt 
<[EMAIL PROTECTED]> wrote:

>This poses no problems in most situations but sometimes we would like to
>maintain a 'state' in a program that is saved between different calls to
>the program within a transaction. This would be similar to COBOL
>WORKING-STORAGE variables (as opposed to COBOL LOCAL-STORAGE 
variables
>that behave exactly like the temporary variables on the LE stack in the
>assembler programs) that are saved between different calls to the
>program under the same transaction instance while different transactions
>instances under CICS have there own copy of this storage.
>
>I don't know how to achieve this behaviout in a LE-compliant assembler
>module...


Why not simply have your LE compliant assembler module call a COBOL 
subprogram that saves the data in its WORKING-STORAGE????  Static linkage.  
The data in the WORKING-SToraGE should persist for the life of the Enclave.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to