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

The EIB field which gives the last CICS command executed is

2 Answers   IBM,


How to get the cursor position when we receive a map?

0 Answers  


What are the recoverable cics resources?

0 Answers  


What is the eib?

0 Answers  


What is the use of using MDT in CICS? How it works?

3 Answers   Barclays,






What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

0 Answers  


What is dynamic transaction backout?

0 Answers  


If -1 is moved to length for more than one field on a map, where will the cursor be positioned?

6 Answers  


Which CICS service transaction is used to gain accessibility to CICS control tables?

1 Answers  


plz give the syntax for receive map and receive text cmds in cics

1 Answers  


pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.

8 Answers   HSBC, Thomson,


What is the main function of the sign-on table?

0 Answers  


Categories