where do we use dyanamic call ?
and where do we use static call pls give any example pls ?
Answer Posted / kanchan
where speed is required we use Static call and if storage
is an inportant factor then we use dynamic call
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is cobol?
Describe the cobol database components?
how do you reference the ksds vsam file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
In COBOL programming, what is PERFORM? What is VARYING?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is rmode(any) ?
What are the access modes of START statement?
how can i see junk values in dclgen or in hostvariable of comp ?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is a SSRANGE and NOSSRANGE?
how to move the records from file to array table. give with code example