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 difference between call and link ?

Answers were Sorted based on User's Feedback



what is difference between call and link ?..

Answer / sandeep_1985

Call is for static call to the sub module. The load module
of main module will contain the load of called sub module.
So you need to generate the main module if you happened to
do any change in the sub module otherwise it won't pick up
the correct load.

while

Link is the dynamic call to the sub module. At the run time
the linker will link the sub module load. So no need to
generate main module if you happened to change sub module.

Any more info required????

Is This Answer Correct ?    6 Yes 3 No

what is difference between call and link ?..

Answer / g.sudalai muthu

Call statement can be said to be similar to LINK since both
transfer control at Lower logical Level whereas XCTL
transfers control at the same level. Also in CALL the
control must transfer to the calling program like LINK but
unlike XCTL. In CICS, information is passed to the called
pgm through DFHCOMMAREA alongwith lenght of data. XCTL
command requires fewer overheads, hence its performance is
relatively better in comparison to the LINK command. Also,
the calling program does not expect control to be returned.

Is This Answer Correct ?    3 Yes 2 No

what is difference between call and link ?..

Answer / chand

Call is used in Batch programing and Link is used in Online
programming(CICS) both are used for transfer control from
one program to another program.

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More CICS Interview Questions

What is a resident program?

2 Answers   IBM,


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

1 Answers  


what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?

1 Answers   IBM,


What does EIB mean?

3 Answers   IBM,


Explain the different system tables used in cics?

0 Answers  


The DFHCOMMAREA is used to pass information from one application to another. What are some other ways

7 Answers   OBSS, TCS,


What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND

1 Answers  


Define temporary storage?

0 Answers  


What is the ABEND command and when would you use it?

2 Answers   IBM,


Define the attribute byte?

0 Answers  


Explain cebr transaction commands?

0 Answers  


CICS and DB2 can exist in the same region under the Operating system (True or False)

2 Answers  


Categories