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

can we use go to statement inline-perform?

7 Answers   IBM,


What is link edit in cobol?

0 Answers  


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

0 Answers  


A s9(4). B v9(4) value 0.21 can i move this?

3 Answers  


WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH

2 Answers   Cap Gemini,


SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.

3 Answers   Lehman Brothers,


Which division and paragraphs are mandatory for a COBOL program?

0 Answers  


write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...

5 Answers   iGate,


Can we change the password using ALTER? anyone tried and changed?

0 Answers   IBM,


where will we code call by content and call by reference dude pls reply soon ?

2 Answers  


copy 100 records without using ibm utilities

3 Answers  


I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.

9 Answers  


Categories