where do we use dyanamic call ?
and where do we use static call pls give any example pls ?
Answer Posted / kanchan
where speed is required we use Static call and if storage
is an inportant factor then we use dynamic call
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What is the difference between goback, stop run and exit program in cobol?
Define static linking and dynamic linking.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is report-item in COBOL?
What is static and dynamic call in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the fixed unblock file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
explain sorting techniques in cobol program?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the cobol coding sheets?
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.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?