Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the common work area (CWA)?

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


Please Help Members By Posting Answers For Below Questions

Define communication area?

1049


Give certain situations where NEWCOPY is obligatory?

1154


Explain the difference between and exec cics xctl and exec cics start command?

1229


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

1233


What is the meaning of the deq command?

1192


Explain the maps in cics?

1233


which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?

1226


name the command that is used to dump the main storage areas related to a task?

1147


if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?

2304


How many ways are there for initiating a transaction?

1100


Explain the difference between getting the system time with eibtime and asktime command?

1142


Mention the option used in a cics command to retrieve the response code after execution of the command?

1162


What is the use of the program list table?

1128


Explain how many exceptional condition can be given in a handle condition?

1066


Explain the difference between the xctl and link commands?

1173