What are different ways of initiating transaction in CICS ?
Answer Posted / guest
the following r five ways of initiating a CICS transaction.
1 - by transaction identifier entered in aterminal with
ENTER key.
2 - by a tranaction identifier associtaed with a terminal
for pseudo-conversation.
3 - by the START command , which initiates a transaction
specified in the parameter.
4 - by the automatic task initiation ( ATI ) . DCT entry
for an intrapartition TDQ can ve trigger level parameter
and the associated CICS tranaction to be initiated if the
trigger level is reached.
5 - by a 3270 attention identifier . for the IBM 3270 type
terminal any of PF KEYS and PA KEYS CUD BE DEFINED in PCT
to initiate a CICS tranaction.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What does the 'cedf:cics' transactions do?
name the command that is used to dump the main storage areas related to a task?
what are the differences between and exec cics xctl and an exec cics link command?
How can you use dynamic calls in cics?
Explain the difference between link xctl?
What are the types of processes to create a map in cics?
How to establish dynamic cursor position on a map?
Explain how and where is the twa size set?
Define the term transaction routing?
What do you mean by the term fct?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What is the use of tdq and tsq?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
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?
Can QSAM files be accessed from CICS?