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 |
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
Why is it important not to execute a STOP RUN in CICS ?
What is CICS ?
Explain the term Function Request Shipping?
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?
What are the common tables in cics and their usage?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Explain difference between call and link?
What happens when a CICS command contains the NOHANDLE option?
What is the function of the Terminal Control table?
For protecting a transaction using the transaction security function, the two things that must be done are?
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?