Answer Posted / 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 |
Post New Answer View All Answers
Define communication area?
Give certain situations where NEWCOPY is obligatory?
Explain the difference between and exec cics xctl and exec cics start command?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the meaning of the deq command?
Explain the maps in cics?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
name the command that is used to dump the main storage areas related to a task?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
How many ways are there for initiating a transaction?
Explain the difference between getting the system time with eibtime and asktime command?
Mention the option used in a cics command to retrieve the response code after execution of the command?
What is the use of the program list table?
Explain how many exceptional condition can be given in a handle condition?
Explain the difference between the xctl and link commands?