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 |
What is data only and map only in cics
What is the difference between pseudo-conversational and conversational?
Can you define commarea?
what is eib, how is can be used?
Sync points cannot be requested by the application programs (True or False).
What does the BUFFER option in RECEIVE mean ?
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
How do you enter into cics region and how many regions available?
Why must all CICS programs have a Linkage Section ?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
Name a few CICS programs which are generally used ?
Can you explain exec cics handle condition command?