What are differences between Static Call and Dynamic Call?
Answer Posted / s jana
in static call only value will be pass to called module,but
in dynamic call called module returns value to calling
module.
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
What is amode(31)
How do u write test cases?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how do you reference the esds vsam file formats from cobol programs
Define static linking and dynamic linking.
example for sub strings ? and refernce modifications whit output pls
) how do u code after getting data?
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 ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is Pic 9v99 Indicates in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is link edit in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?