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 Global and External Variables?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Discuss about changing dataset name in proc.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do you get the data to code the BMS macro?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is the use of outrecord?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is rmode(24)
How many bytes S(8) comp field occupy and its maximum value?
When is inspect verb is used in cobol?
What is perform what is varying?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?