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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between tsq and tdq

1041


Name the 3 common ways to create maps?

1196


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

1166


What is the type of ppt in the cics?

1073


Name the two types of transient data queues?

1099


What is the pcp in the cics?

982


What is commarea (communications area)?

1068


Explain the thress bms options?

1060


Why do we need integrated cics translator?

1129


What does a cics translator do?

1478


Explain the difference between getting the system time with eibtime and asktime command?

1142


What is the use of mdt (modified data tag)?

1104


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

1178


Define communication area?

1049


What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?

2780