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 |
The EIB field which gives the last CICS command executed is
What is interval control and what are some of the CICS commands associated with it?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
Name at least one of the ways by which a transaction can be terminated?
what are the differences between DFHCOMMAREA and TSQ ?
What is the function of the Terminal Control Table(TCT)?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Which of the following statements correctly describe the syntax of CICS command language?
what is the purpose of using link ?
What does EIB mean?