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
Can you define cics task?
List out all the tables that are a part of cics ?
Define exec cics retrieve?
Explain the difference between link and xctl?
Explain the function of the cics translator?
How is Telon(CA-Telon) used to build map?
Specify the requirements for automatic task initiation?
Define task work area?
How can you use dynamic calls in cics?
Explain the difference between and exec cics xctl and exec cics start command?
Define ceci?
With the use of an alternate index, how is a VSAM file accessed?
how do you intitiate another transaction?
Define cedf?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?