In which CICS table would you specify the length of the
TASK WORK AREA (TWA)?
Answers were Sorted based on User's Feedback
Answer / jitinder
TWA stands for Transaction Work Area. A user work area for
CICS task, whose size is defined in Program Control Table
(PCT).
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / surender
THE length of TWA is defined in program control table (pct)
| Is This Answer Correct ? | 1 Yes | 0 No |
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
Can you explain cics translator?
What are the classifications of the cics program?
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
what are the thress bms options?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
The error code AEIV?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
what is invreq condition?
Explain how do you delete item 3 in a five-item tsq?