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


Please Help Members By Posting Answers For Below Questions

Give some examples of command terminators?

926


What are the different types of condition in cobol and write their forms.

852


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

841


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

907


How do you reference the following file formats from cobol programs?

896






What is the difference between comp and comp-3?

880


What are different data types in cobol?

899


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?

1997


What is the difference between goback, stop run and exit program in cobol?

1210


How do define dynamic array in cobol.

841


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

950


What is cobol?

931


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?

5579


What is the difference between Call and a Link?

870


When is inspect verb is used in cobol?

900