How can you start a CICS transaction other than by keying
the Transaction ID at the terminal?
Answer Posted / rahul
There are Six ways of initiating a transaction in CICS:
1. By entering transaction identifier
2. By START command
3. By RETURN TRANSID
4. By registering the program in PLT,they will be
automatically initiated during CICS startup.
5. Automatic Task Initiation od TDQ
6. PF or PA keyss could be defined in PCT to initiate a
CICS transaction
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Explain how DSECT parameter is used in BMS ?
How to dsect parameter is used in bms?
Explain 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?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is meant by an AICA ABEND?
How to get the cursor position when we receive a map?
What is the use of the eibaid field?
For protecting a transaction using the transaction security function, the two things that must be done are?
Can you define aica abend?
Define transient data?
Kindly specify the pic clause for the data type of length option field type of data fields?
What is the cics command level?
What is dynamic transaction backout?
Name the cics command that gives the length of twa area?
what are the differences between and exec cics xctl and exec cics start command?