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 |
what are the differences between and exec cics xctl and an exec cics link command?
What are the parameters that you have to give when you are using the CSSN transaction?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
Which is the program which determines whether a transaction should be restarted ?
What are the common cics service programs and explain their usage?
What is the pcp in the cics?
The first step in the development of an application system is the Requirement Analysis(True or False).
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What is CECI?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
How do you fire a batch job from a CICS transaction ?