What is the CICS command that gives the length of TWA area?
Answers were Sorted based on User's Feedback
Answer / maverick
EXEC CICS ASSIGN
TWALENG(field-half-owrd-binary)
END-EXEC
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / udhay
EXEC CICS ASSIGN
TWA(VARIABLE-NAME)
END-EXEC.
VARIABLE SHOULD BE HALF-WORD BINARY
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / ananta bajpai
In cics TWA we assign Command.
Exec cics assign
twa()
end-exec.
| Is This Answer Correct ? | 2 Yes | 7 No |
Explain how do you delete item 3 in a five-item tsq?
How many maps are create in a single mapset?
What does the 'cedf:cics' transactions do?
Mention one alternative aspect of CICS?
Can you define temporary storage?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
Explain the cics command that is used for reading a record from the tdq?
Is it possible start a transaction CICS from job Batch? How do it?
hi,what is the module? how many modules in mainframe based banking projects
What are the two outputs created as a result of generation of a map?
How to test CICS, MainFrame applications