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...


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

how can you prevent more than one user from accessing the same transient data queue?

0 Answers   IBM,


In which table would you make an entry for a BMS map?

2 Answers   IBM,


when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?

0 Answers   IBM,


Do you require a table entry for a TSQ?

2 Answers   IBM,


What is a cursor in CICS sql processing?

1 Answers   IBM,


Name the three ways available for a program to position the cursor on the screen?

0 Answers  


What is the difference between a package and a plan. How does one bind 2 versions of a CICS

1 Answers  


Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  


How is the storage determined in the symbolic map, if you have multiple maps?

2 Answers   IBM, Wipro,


Name some commands used for CICS file browsing.

2 Answers  


How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from

1 Answers   IBM,


Is it possible start a transaction CICS from job Batch? How do it?

5 Answers   CSC,


Categories