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
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
State the various causes of s0c1, s0c5 and s0c7.
What is an in line perform? When would you use it? Anything else you wish to say about it.
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are all the divisions of a COBOL program?
What is a report item?
Name the sections present in data division.
example for sub strings ? and refernce modifications whit output pls
What is the difference between PIC 9.99 and 9v99 in COBOL?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Explain the configuration section of a cobol program with examples of syntax.
Why did you choose to work with ibm mainframe cobol programming?
Write down the divisions of cobol program?
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.