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
What is the meaning of the enq command?
Define TCT.
What is the term conversational programs means?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
what are the differences between and exec cics xctl and an exec cics link command?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Define task work area?
Explain how do you set the mdt option to on status, even if data is not entered?
Can you explain primary aspect of cics?
Explain the usage of language in the ppt entry?
Explain the thress bms options?
How ENQ and DEQ used in CICS?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What is the use of the eibaid field?