which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Answer Posted / shaan
Static call is faster as the main program load module is
already link edited with sub program load modules unlike
dynamic call in which the link editing takes place only at
run time.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What is report-item in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are the different rules to perform a Search?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the printer file formats from cobol programs
What kind of error is trapped by on size error option?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Write the code implementing the perform … varying.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is the difference between COBOL2 AND COBOL390?
Why occurs cannot be used in 01 level in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the different data types in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?