How and where is the TWA size set? .
Answer / anna
with assign command
exec cics
TWALENG (data-area)
end-exec
returns halfword binary lenght of the twa.
If no twa area exist a zero lenght is returnsed.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is a cics task?
What is EXEC CICS RETRIEVE ?
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
When you do a START, what will the value of EIBCALEN?
can there be multiple mapsets for a single program?
Name some common CICS service programs and explain their usage?
How can you accomplish breakpoint in intertest?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
What is the difference between START and XCTL? How do you determine when to use either option?
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?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)