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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
Give some examples of command terminators?
What are the different types of condition in cobol and write their forms.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do you reference the following file formats from cobol programs?
What is the difference between comp and comp-3?
What are different data types in cobol?
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?
What is the difference between goback, stop run and exit program in cobol?
How do define dynamic array in cobol.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is cobol?
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?
What is the difference between Call and a Link?
When is inspect verb is used in cobol?