what is difference between call and link ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
What is the function of the EXEC CICS HANDLE CONDITION command?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
what is the purpose of using link ?
What is the procedure to solve an ASRA ABEND?
what is the cics command used to access current date and time?
List out all the tables that are a part of cics ?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
Explain the various ways data can be passed between CICS programs.
Can you define aica abend?
With the use of an alternate index, how is a VSAM file accessed?
What is the type of ppt in the cics?