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 |
what are the commands used to gain exclusive control over a resource?
How are VSAM files Read in CICS pgms?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
What is meant by PPT and what are its uses?
What is the difference between the enter key, the PF keys and the PA keys?
how i can enter into cics region in real time.
Explain the logical message in cics?
What is the different ways to initiate a task?
Explain difference between call and link?
For a CICS-DB2 program, how is the plan referenced?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.