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
Explain the purpose of the program list table?
How do we pass parameters into a CICS –DB2 program
What is frset?
Explain how many conditions can you include in a single handle condition command?
Explain how do you dynamically set the cursor position to a specific field?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Explain how do you control cursor positioning?
What is the pcp in the cics?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Define cics interface block?
How can you use dynamic calls in cics?
What is a transid?
What is the meaning of the deq command?
what is the cics command used to access current date and time?
Define the term mro (multi region operation)?