What is the difference between START and XCTL ?

Answers were Sorted based on User's Feedback



What is the difference between START and XCTL ?..

Answer / mahesh n

Start and XCTL are completely different in execution.
in START, we are executing a program associated with the
transaction we give in START TRAN-id, no data is given here,
where as in XCTL data is transferred from the program which
we call the XCTL function to the program to which the
control is passed.

Is This Answer Correct ?    6 Yes 1 No

What is the difference between START and XCTL ?..

Answer / srihari

# 2

Start and XCTL are completely different in execution.
in START, we are executing a program associated with the
transaction we give in START TRAN-id, no data is given here,
where as in XCTL data is transferred from the program which
we call the XCTL function to the program to which the
control is passed.

Is This Answer Correct ?    0 Yes 1 No

What is the difference between START and XCTL ?..

Answer / mani

Start and XCTL are completely different in execution.

Using XCTL we transfer the control from the calling program
to the called program and the control is expected to be
returned after the execution of the called program.Here we
can not change the terminal at which the transaction has to
execute and it is the same instance of the calling program.

whereas in the case of start we can specify where the
transaction has to execute i.e the terminal id and we can
also specify number of other parameters like when it has to
execute (by specifying date and time parameters).

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More CICS Interview Questions

Explain the thress bms options?

0 Answers  


Explain what is a cursor in cics sql processing?

0 Answers  


how do you handle errors in cics programs?

1 Answers   IBM,


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


What is the usage of language in the PPT entry?

2 Answers   IBM,






Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  


What is data only and map only in cics

4 Answers   TCS, Virtusa,


What is fset?

0 Answers  


Can you explain cics transaction gateway?

0 Answers  


What do the terms locality of reference and working set mean?

1 Answers  


What is the CICS command that is used to copy a screen image of a terminal into another terminal?

1 Answers   IBM,


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

3 Answers   IBM, TCS,


Categories