which is better either static call or dynamic call?
and why?
Answer Posted / mahi
dynamic call is much better than static
static call;
main program object code and sub program object code loaded
in one loadlibrary
if any change in code both has to be compiled
dynamic call;
main program object code and sub program object code loaded
in different loadlibraries
if any change in code both need not to be compiled
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
How many sections are there in data division in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How do u write test cases?
What is a scope terminator give example?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are different data types in cobol?
What is the difference between goback, stop run and exit program 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.
what is the use of outrecord?
how to refer the data field?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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.
How do you define a variable of comp-1 and comp-2?
Write a program to explain size error.