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 |
Which is the EIB field that gives the date when a task was started?
How can u pass the control from one prog to another in CICS?
What does it mean when EIBCALEN is equal to 1 and other values?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What is a deadlock?
What is fset?
What is an ASRA?
After execute the map, What will happen ? Give breif Description
How to handle exceptional conditions in cics?
In a CICS program, how will you read a VSAM file?
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?