How do u know if a start command intiated a transaction or
a terminal intiated a transaction
Answers were Sorted based on User's Feedback
Answer / toxteth
EXEC CICS ASSIGN STARTCODE is the key here.
TD is terminal initiated start.
S or SD is from a START command.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / xyz
TERMID will not be there when a START command intiates a
transaction.
| Is This Answer Correct ? | 9 Yes | 8 No |
List all the CICS tables and explain their contents.
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
What are the CICS commands associated with transient data queue processing?
What is the syncpoint command?
Explain how do you intitiate another transaction?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
Can any one write coding for scrolling logic or page up & page down?
Mention the option used in a cics command to retrieve the response code after execution of the command?
how do you fire a batch job from a cics txn ?