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 the process of converting the CICS commands into the equivalent host language statements called?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
The first step in the development of an application system is the Requirement Analysis(True or False).
why we code ACCUM parameter in cics send time
How is dynamic memory allocated within a CICS application program?
How is addressability achieved to the data outside programs working-storage.?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
What happens when a CICS command contains the NOHANDLE option?
What is interval control and what are some of the CICS commands associated with it?
What is meant by a ‘Transid’ ?
Define an aica abend?