What are differences between Static Call and Dynamic Call?
Answer Posted / ravi
Static call is compiled and link edited to seperate load
module of calling program.
Dynamic call is compiled and link edited to different load
module of calling program
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Give some examples of command terminators?
What is static and dynamic call in cobol?
Why did you choose to work with ibm mainframe cobol programming?
What are the different open modes available in cobol?
What is rmode(any) ?
Describe the cobol database components?
What is the difference between PIC 9.99 and 9v99 in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do you reference the following file formats from cobol programs?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what happens if parmparameter passes zero bytes to the program
how do you define single dimensional array and multidimensional array in your cobol?
How do define dynamic array in cobol.