What is the common work area (CWA)?
Answer / sahil maini
Common Work Area (CWA) is allocated to CICS system when
CICS is started and it remains till CICS system is active.
Data stored in common work area can be accessed accross
transations and terminals and is very efficient to store
data which is frequently updated. Below COMMON-WORK-AREA
will directly access CWA and following should be executed
if program is called or linked.
Working-storage Section.
01 COMMON-WORK-AREA pic X(10).
EXEC CICS ADDRESS
CWA(ADDRESS OF COMMON-WORK-AREA)
END-EXEC
| Is This Answer Correct ? | 9 Yes | 0 No |
What is the content of the PPT entry?
Explain the difference between the into and the set option in the exec cics receive map command?
What CICS facilities can you use to save data between the transactions?
What are some of the cics commands associated with interval control?
What CICS command do you need to obtain the user logon-id?
What is the General Command format Of CICS
What are the some important fields in the eib block?
Name the 3 common ways to create maps?
What is the kcp in the cics?
What is quasi rentrancy concept in CICS?
How can you Define and Install the Maps & Mapset ?
Explain the maps in cics?