Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / lu
it's up to you....
Static call ==> when u modify the called program, you have
to recompile 3 programs (called and calling program.....
Dynamic call ===> when u modify the called program, u
recompile only the called program...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference between static and dynamic call in cobol?
In which area will you utilize 88 level items in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Have you used comp and comp-3 in your project? And how?
For rewrite, why is it mandatory that file needs to be opened?
How do get the result of your program directly on your pc?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Write a program to explain size error.
How to know whether the module is dynamical or statistical?
What is rmode(24)
A table has two indexes defined. Which one will be used by the SEARCH?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How do you define a variable of comp-1 and comp-2?
Which division and paragraphs are mandatory for a COBOL program?
Explain how you can characterize tables in cobol?