which is better either static call or dynamic call?
and why?
Answer Posted / joshin
dynamic call is far better than static because the final
result is storeded in two records ie main program and sub
program. so when ever we need we can call the sub program
for other main program also.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
How are the next sentence and continue different from each other?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
) what is the difference between AID and HANDLE AID?
) how do u code after getting data?
how to move the records from file to array table. give with code example
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.
When is inspect verb is used in cobol?
State the various causes of s0c1, s0c5 and s0c7.
How to know whether the module is dynamical or statistical?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is static and dynamic call in cobol?
What are declaratives and what are their uses in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?