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 |
Have you entered any program names in PPT or PCT? If so How?
Which is the command used for terminating a browse operation?
Why is a TERM ID recommended in naming a TSQ?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
Explain the difference between intra partition tdq and extra partition tdq?
Explain the difference between start and xctl?
How do you execute a background CICS transaction ?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
what is eib, how is can be used?
Name the command which is used to release a record on which exclusive control is gained?