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 redefines clause in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
For rewrite, why is it mandatory that file needs to be opened?
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?
In COBOL programming, what is PERFORM? What is VARYING?
How are the next sentence and continue different from each other?
What are the pertinent COBOL
What is report-item in COBOL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
explain sorting techniques in cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are all the divisions of a COBOL program?
How many sections are there in data division in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?