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 the system transid cemt?
Explain the difference between dfhcommarea and tsq?
What is the eib?
Sync points cannot be requested by the application programs? State true or false
How to dsect parameter is used in bms?
What is meant by a ‘Transid’ ?
In the EIB block of CICS, highlight the names of few of the important fields?
What does the 'ceci:cics' transactions do?
How to get the cursor position when we receive a map?
What is non-conventional programs?
What are the cics tables?
How do you use altindxs in batch, cics programs?
Explain how do you intitiate another transaction?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Add a field to screen when what's the flow of impact?