What is the difference between static call & Dynamic call?

Answers were Sorted based on User's Feedback



What is the difference between static call & Dynamic call?..

Answer / seena s

Static call -> the subpgm gets linked to the mainprogram
during compilation .

Dyanic call-> subprogeam gets linked to mainprogram during
run-time (execution).
Menory is utilised effectively in a Dynamic call.

Is This Answer Correct ?    7 Yes 0 No

What is the difference between static call & Dynamic call?..

Answer / ms. stanley

When the Subprogram (Subroutine) Name is specified at
Run-time its called as Dynamic Call.
When the Subprogram (Subroutine) Name is pre-defined, its
called as a static call.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More COBOL Interview Questions

How do you get the data to code the BMS macro?

0 Answers   IBM,


How can we know that cobol program is using report file or simple file....?

4 Answers  


Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be

7 Answers   TCS,


88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


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

0 Answers  






What is file status 39 ?

10 Answers   JPMorgan Chase,


How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?

2 Answers  


What do you understand by psb and acb?

0 Answers  


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.

4 Answers   Atos Origin,


which is better either static call or dynamic call? and why?

5 Answers   HCL,


Categories