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



How can you start a CICS transaction other than by keying the Transaction ID at the terminal?..

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

How can you start a CICS transaction other than by keying the Transaction ID at the terminal?..

Answer / lew

Start transid (name) interval termed sysid

Is This Answer Correct ?    9 Yes 3 No

How can you start a CICS transaction other than by keying the Transaction ID at the terminal?..

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

How can you start a CICS transaction other than by keying the Transaction ID at the terminal?..

Answer / jagadeesh

ATI is alson one of the most common used way of triggering
a transaction

Is This Answer Correct ?    3 Yes 0 No

How can you start a CICS transaction other than by keying the Transaction ID at the terminal?..

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

Post New Answer

More CICS Interview Questions

What is the difference between START and XCTL? How do you determine when to use either option?

2 Answers  


What is meant by pseudo-conversation?

1 Answers   Accenture,


What is the function of the LOAD command?

1 Answers   IBM,


Explain how do you terminate an already issued delay command?

0 Answers  


What does the following transactions do?

1 Answers  






What are the CICS commands associated with transient data queue processing?

1 Answers  


i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???

2 Answers  


How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?

2 Answers   IBM,


In the CICS command level all the re-entrancy issues are handled by the System(True or False).

1 Answers  


Explain the function of the load command?

0 Answers  


When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored

1 Answers  


What are fset, frset?

0 Answers  


Categories