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 |
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
what is quasi-reentrant program?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
What is a logical message in CICS?
What is meant by program reentrance?
What is the common work area?
What is a mapset?
How do you invoke other programs? What are the pros and cons of each method?
Explain the difference between pseudo-conversational and conversational?
What is the command which will delete a program LOADed into the main storage using LOAD command?
cics command level is?