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 are 77 levels used for?
) How do u handle errors in BMS macro
What are the pertinent COBOL
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the printer file formats from cobol programs
What is the difference between Call and a Link?
State the various causes of s0c1, s0c5 and s0c7.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Explain how to differentiate call by context by comparing it to other calls?
How do you differentiate between cobol and cobol-ii?
What are declaratives and what are their uses in cobol?
What are the access modes of START statement?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is static and dynamic call in cobol?
how to refer the data field?