CICS 1) You can check if the MDT is ON or OFF by a. Checking the Flag byte has a value of low-value b. No Checking technique is available 2) AEY9 ABEND code means? Read time-out encountered b.
There are different scratch pads which are available in CICS for saving data or to transfer the data between transactions. There are five storage areas which are provided by CICS, which we will be discussing in this module. COMMAREAThe COMMAREA behaves like a scratch pad that can be used to pass data from one program to another program, either within the same transaction or from different transactions. It should be defined in the LINKAGE SECTION using DFHCOMMAREA name. Common Work AreaAny transaction in the CICS region can access Common Work Area and hence the format and use of it must be agreed upon by all transactions in the system that decides to use it. There is only one CWA in the entire CICS region. Transaction Work AreaTransaction Work Area is used to pass data between the application programs that are executed with in the same transaction.

Cics Getmain Resp 22 Year
TWA exists only for the duration of transaction. Its size is defined in the Program Control Table.