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
Which is not true about evaluate statement
What is inspect in cobol ?
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
How many sections are there in data division in COBOL?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
) what is the difference between AID and HANDLE AID?
What is the Purpose of Pointer in the string?
What is cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write a program to explain size error.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is comp-1 and comp-2?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.