which one is better among static call and dynamic call?
Answer Posted / lu
static call is faster than dynamic call, but when you
modifies a called program, you have to recompile a called
program and calling program...
dynamic call , you don't need to recompile 2 programs
calling and called...it's independent..
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
how to refer the data field?
What is the utilization of copybook in cobol?
What are all the divisions of a COBOL program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the esds vsam file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
what happens if parmparameter passes zero bytes to the program
How do you reference the fixed block file formats from cobol programs
What is perform what is varying?
What is the local-storage section?
What is the difference between external and global variables in COBOL?
How you can characterize tables in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?