Answer Posted / 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 |
Post New Answer View All Answers
Explain cebr transaction commands?
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?
Name the command which is used to release a record on which exclusive control is gained?
Explain the maps in cics?
Explain what is the massinsert option?
What are the recoverable cics resources?
Kindly specify the pic clause for the any bll cell type of data fields?
Define RCT.
How errors are handled in CICS programs?
What is the cics command that is used to access current date and time?
what is eib, how is can be used?
Explain cedf transaction commands?
Explain the difference between start and xctl?
Can you explain multitasking and multithreading?
What is the meaning of the enq command?