What are differences between Static Call and Dynamic Call?
Answer Posted / minhaj.
Static Linking means calling the subprogram directly with
name for example.
call "subprogram name", call "ca100".
Calling the subprogram with out passing the parameters in
two subprogram.
Dynamic call:
Calling the subprogram with paramets.
call "cdate4" using w-date.
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
) How do u handle errors in BMS macro?
Have you used comp and comp-3 in your project? And how?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
State the various causes of s0c1, s0c5 and s0c7.
How many sections are there in data division in COBOL?
Name some of the examples of COBOl 11?
What are the rules of the move verb?
How you can characterize tables in cobol?
What are the access modes of START statement?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
IF I mention stop run in CICS what happens?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is static and dynamic call in cobol?
What is perform what is varying?