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

when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?

0 Answers   IBM,


How would you release control of the record in a READ for UPDATE?

2 Answers   IBM,


What is the attribute byte?

2 Answers   IBM,


Can you define multiple maps in a BMS mapset?

3 Answers   Cap Gemini, IBM,


What is the use of the eibaid field?

0 Answers  






How can you accomplish breakpoint in intertest?

2 Answers   IBM,


Can any one write coding for scrolling logic or page up & page down?

1 Answers   Cap Gemini, Satyam,


What is the function of the EXEC CICS HANDLE CONDITION command?

3 Answers  


Give certain situations where NEWCOPY is obligatory?

0 Answers  


What is the component?what are the different components there using cobol and cics

2 Answers   IBM, SPIC,


What is the difference between pseudo-conversational and conversational?

2 Answers   IBM,


how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance

3 Answers   Accenture,


Categories