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 are the types of important programs that are used in the cics?
How is Telon(CA-Telon) used to build map?
Explain how do you establish a starting position in a browse operation?
What is the function of the Terminal Control table?
What is difference between copy and include?
What is the meaning of the ENQ and DEQ commands?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
Name a few CICS programs which are generally used ?
What is the procedure to solve an ASRA ABEND?
How is the storage determined in the symbolic map, if you have multiple maps?
Explain re-entrancy as applies to CICS.
Tsqs can be written in the main storage or auxiliary storage? State true or false