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

Answers were Sorted based on User's Feedback



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

Answer / abhijit

START is used to start a transaction either from a
application program or in the background. Once the
transaction is started the application program moves ahead
in the processing. XCTL is used to transfer control to
another program(not a transasction). Once the XCTL command
is completed the calling program does not expect the
control to come back to itself.

Is This Answer Correct ?    3 Yes 0 No

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

Answer / ra

START: is basically used to initiate a cics transaction on
any remote trimal or printer

XCTL: is used to transfere control on prgram level form one
program to another program

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More CICS Interview Questions

What are the databases that CICS can access?

1 Answers  


Name some important fields in the EIB block ?

2 Answers   IBM,


What is the use of tdq and tsq?

0 Answers  


Can you explain cics translator?

0 Answers  


What is the meaning of the enq command?

0 Answers  






How do you define Task Work Area?

1 Answers   IBM,


Explain the maps in cics?

0 Answers  


Can you define mdt?

0 Answers  


Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers  


How many conditions can you include in a single HANDLE CONDITION command?

5 Answers   IBM,


How do we pass parameters into a CICS –DB2 program

0 Answers   Accenture, JPMorgan Chase,


What is the CICS command that is used to receive the un- formatted data from the terminal?

2 Answers  


Categories