Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain how do you terminate an already issued delay command?

0 Answers  


What does it mean when EIBCALEN is equal to 1 and other values?

5 Answers  


What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?

1 Answers  


TSQs can be written in the Main storage or Auxiliary storage (True or False).

1 Answers   IBM,


What are different system tables used in CICS?

1 Answers   IBM,


Particular area has been affected in cics screen, what is the process to find?

3 Answers   Cap Gemini,


Why is it important not to execute a STOP RUN in CICS ?

4 Answers   IBM,


which cics command must be issued by the application program in order to gain access to the common work area (cwa)?

0 Answers   IBM,


which transient data queue support ati?

0 Answers   IBM,


Name the command used for terminating a browse operation?

0 Answers  


How do you use altindxs in batch, cics programs?

0 Answers  


What is data only and map only in cics

4 Answers   TCS, Virtusa,


Categories