Hi,
I have one question in PL/I. How can we defferentiate Static Call and Dynamic Call in PL/I?
How they are going to function? Pls provide detail explanation.
Thanks!
Satish
Typically, identically. . . What detail are you looking for?How they are going to function?
COBOL source that calls a "literal" value is static. COBOL source that calls a variable-name value is dynamic. There is also the dynam/nodynam compiler option.How to differentiate a CALl is static or dynamic by seeing code?
satish.ms10 wrote:How to differentiate a CALl is static or dynamic by seeing code?