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 is meant by MDT? Furthermore, comment on FRSET and FSET ?
Explain cemt transaction commands?
How many maps are create in a single mapset?
Explain the mdt in cics?
Define TCT.
How would you resolve an ASRA abend?
What is the command that is used to add a new record to the file?
Can you use DYNAMIC calls in CICS ?
Name some commands used for CICS file browsing.
Explain the difference between using the read command with into option and set option?
How can we code a program such that we will never get a MAPFAIL error?
What is the use of DSECT parameter in BMS?