How can you start a CICS transaction other than by keying
the Transaction ID at the terminal?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anna
1
exec cics
return
tranid (otc1)
ene exec.
2
exec cics
start program (otc001)
tranid (otc1)
end exec.
3
define program in lct
4
enter tranid
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / jagadeesh
ATI is alson one of the most common used way of triggering
a transaction
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pramodh
First check whether the transaction is Enabled.
If the transaction is disabled in CICS region make it
enable.
If it it enabled Just type the transaction name and press
enter, then tansaction is fired
| Is This Answer Correct ? | 6 Yes | 7 No |
Explain how do you terminate an already issued delay command?
What does it mean when EIBCALEN is equal to 1 and other values?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What are different system tables used in CICS?
Particular area has been affected in cics screen, what is the process to find?
Why is it important not to execute a STOP RUN in CICS ?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
which transient data queue support ati?
Name the command used for terminating a browse operation?
How do you use altindxs in batch, cics programs?
What is data only and map only in cics