Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Transaction work area (TWA)
The size of the transaction work area is determined by the TWASize option in the Transaction Definitions (TD). If this is given a nonzero value, the TWA is always allocated, it lasts for the duration of the transaction, and it is accessible to all the programs that are in the transaction. Processor overhead that is associated with using the TWA is minimal. You do not need an EXEC CICS GETMAIN command to access it, and you address it with a single EXEC CICS ADDRESS command.
TWA(ptr-ref)
returns a pointer reference, set to the address of the transaction work area (TWA).