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


Please Help Members By Posting Answers For Below Questions

What is the difference between perform … with test after and perform … with test before?

1132


) How do u handle errors in BMS macro?

1606


Have you used comp and comp-3 in your project? And how?

2185


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2985


State the various causes of s0c1, s0c5 and s0c7.

836






How many sections are there in data division in COBOL?

872


Name some of the examples of COBOl 11?

2873


What are the rules of the move verb?

929


How you can characterize tables in cobol?

911


What are the access modes of START statement?

919


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

851


IF I mention stop run in CICS what happens?

2071


i want a program using by if, evaluate , string, unstring, perform, occurs?

4328


What is static and dynamic call in cobol?

775


What is perform what is varying?

902