if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answer Posted / sandhya
dynamic call is preferable with respect to space and
static call is preferable with respect to fast execution...
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is the use of outrecord?
Name the divisions, which are available in a cobol program?
How do get the result of your program directly on your pc?
What is the difference between comp and comp-3?
How do you reference the fixed block file formats from cobol programs
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how to move the records from file to array table. give with code example
IF I mention stop run in CICS what happens?
How you can characterize tables in cobol?
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...)
What are the different rules to perform a Search?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?