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 structured cobol programming and object alternativelyiented cobol programming?
For rewrite, why is it mandatory that file needs to be opened?
) what is the difference between AID and HANDLE AID?
What is amode(31)
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Why did you choose to work with ibm mainframe cobol programming?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Give some examples of command terminators?
How you can characterize tables in cobol?
Write a program to explain size error.
How to print 10 to 1 if the input have only 10 digit number?
Which mode is used to operate the sequential file?
Why would you use find and get rather than to obtain?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc