If I create a TSQ from one transaction, can I read it from
another transaction?
Answers were Sorted based on User's Feedback
Answer / kannan
yes can read it until then that tsq be delited....or cics
bring down
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sravanthi vajpaee
No,
Accessing a TSQ from another Transaction is not possible.
TSQ gets deactivated once the trasaction is desabled.
Accessing TDQ from another Transaction is posssible.
| Is This Answer Correct ? | 2 Yes | 12 No |
Why is it important not to execute a STOP RUN in CICS ?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
How do you read from a TSQ?
What is a transid?
What is BMS?
Can any one write coding for scrolling logic or page up & page down?
What is some of the information available in the EIB area?
Explain the difference between a physical bms mapset and a logical bms mapset?
Can you explain cics transaction gateway?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
Explain the difference between pseudo-conversational and conversational?