Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / preeti
If you have less storage space then you can use static call
at the place of dynamic call.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Describe the cobol database components?
Difference between array and sub-script ?
A table has two indexes defined. Which one will be used by the SEARCH?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you differentiate between cobol and cobol-ii?
What is the difference between PIC 9.99 and PIC9v99?
What are the cobol coding sheets?
What is the problem of ordered sequential files access?
) How do u handle errors in BMS macro?
What is a SSRANGE and NOSSRANGE?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is the difference between Call and a Link?
Write a program to enter and display the names of students in a class using the occurs clause.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?