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 the code implementing the perform … varying.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Explain how you can characterize tables in cobol?
What are the different rules to perform a Search?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How you can read the file from bottom?
What is the difference between next sentence and continue in cobol programing language?
What are the different rules for performing sort operation?
how do you reference the rrds file formats from cobol programs
What is the usage of comp fields in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
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?