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 General Command format Of CICS

3 Answers   IBM,


Explain the different ways of initiating transaction in cics?

0 Answers  


Give certain situations where NEWCOPY is obligatory?

0 Answers  


name the command that is used to dump the main storage areas related to a task?

0 Answers  


How to prevent user to access a screen directly from cics Native screen by using Trans Id?

2 Answers   IBM,






A CICS program ABENDS with an ASRA ABEND code. What is its meaning?

3 Answers   IBM,


Explain the difference between intra partition tdq and extra partition tdq?

0 Answers  


How and where is the TWA size set? .

1 Answers   IBM,


Explain the term ?MRO? (Multi Region Operation)?

1 Answers   IBM,


What is the CICS command that gives the length of TWA area?

3 Answers   IBM, TCS,


Can you explain multitasking and multithreading?

0 Answers  


Sync points cannot be requested by the application programs (True or False).

1 Answers   IBM,


Categories