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


Explain the difference among the EXEC LINK, EXEC XCTL and
Cobol II static call statements in CICS.

Answers were Sorted based on User's Feedback



Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS...

Answer / guest

use a COBOL II CALL statement to invoke a subprogram. This
method is transparent to CICS, which sees only the one load
module. 2). an EXEC LINK is similar to a call; it invokes
a separate CICS program and ends with a RETURN to the
invoking program. or 3). an EXEC XCTL which transfers
control to another CICS program and does not get control
back.
COBOL II allows for static calls which are more efficient
than the LINK instruction which establishes a new run-unit.

Is This Answer Correct ?    3 Yes 0 No

Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS...

Answer / shivanadri

In the COBOL it is control management.means the Operating
System pass the control from calling program to called
program in the same in two cases(LINK and XCTL)but the
difference is the control can come back when we use in the
case of LINK from called program to calling program when
completion of execution of called program. coming to the
XCTL the control never come back to the calling program from
called program

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More CICS Interview Questions

What is multitasking and multithreading?

4 Answers   IBM,


When you do a START, what will the value of EIBCALEN?

2 Answers   IBM, Satyam, Xansa,


How do you read from a TSQ?

1 Answers   IBM,


What are the attribute values of Skipper and Stopper fields?

1 Answers  


Define ceci?

0 Answers  


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

1 Answers  


CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).

1 Answers  


If no exception handling is provided in the program, what will happen ?

1 Answers  


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

2 Answers  


Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?

1 Answers  


What is the use of DCT?

2 Answers   IBM,


Define RCT.

0 Answers  


Categories