BY seeing a program how can we say that it is static call
or dynamic call

Answer Posted / shikha

One can differnciate b/w a dynamic and static call by
looking at the load.
Incase of static call the load of the called module is also
included in the load of main program but in case of dynamic
call load of the called module would not be there in main
program load.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For rewrite, why is it mandatory that file needs to be opened?

616


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6794


How can you get the ksds file records into your cobol program?

636


What are the pertinent COBOL commands?

2617


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

736






how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1639


Define static linking and dynamic linking.

655


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10543


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2654


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1014


How do you reference the following file formats from cobol programs?

689


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1831


How do you differentiate between cobol and cobol-ii?

646


How to print 10 to 1 if the input have only 10 digit number?

803


Can we redefine the field of x(200) to less than 200?

809