What are different ways of initiating transaction in CICS ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / krishna
THERE ARE 6 WAYS
TRANSATION-ID
RETURN WITH TRANSACTION-ID
AUTENTION IDENTIFIER
AUTOMATIC TASK INITIATION
START
PROGRAM LIST TABLE
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / bhaskar
1. enter tid at top most corner of the screen
2.using start
3.psudo conversation
4. using xctl&link
5.automatic transaction initiation
this r the 5 ways to initiate the transaction
Is This Answer Correct ? | 4 Yes | 2 No |
What are the steps you go through to a create a BMS executable?
List all the CICS tables and explain their contents.
Explain the difference between dfhcommarea and tsq?
Can you define ppt and what are its uses?
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Name some of the common tables in CICS and their usage.
What is ATI? What kind of TDQ can be used?
Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction
Explain the primary function of the processing program table (ppt)?
What is the function of DFHMDF BMS macro?
Can you explain enq and deq used in cics?