What is the difference between static call & Dynamic call?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of intialize verb?

750


how do you reference the variable block file formats from cobol programs

688


) How do u handle errors in BMS macro

1512


i need a small 3d program using inline and outline.

1640


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614






Name the sections present in data division.

701


how to refer the data field?

1812


Explain what you understand by passing by value.

702


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8167


Which is not true about evaluate statement

1586


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


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

623


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


What are the different open modes available in cobol?

722


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876