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 |
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
Name the 3 common ways to create maps?
Name the cics command used to access current date and time?
Can you explain enq and deq used in cics?
Can you define mdt?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What information do you get when an EXEC CICS STARTCODE is issued?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
What will be the length of the eibcalen ,if the transaction is used to cics first time?
Once a transient data queue is read, can it be reread?