where do we use dyanamic call ?
and where do we use static call pls give any example pls ?
Answer Posted / bhaskar
dynamic call is noting but link edit of object code done at
the time of excution.
before excution is called as static.
static used at gaving value in value clause
ex.01 a pic 9(2) value 19.
dynamic is accept clause
accepted in pd.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Have you used comp and comp-3 in your project? And how?
What is report-item in COBOL?
Mention the guidelines to write a structured cobol program?
How you can read the file from bottom?
Write the code implementing the perform … varying.
What is the utilization of copybook in cobol?
What is the difference between next sentence and continue in cobol programing language?
How do you reference the fixed block file formats from cobol programs
Explain about different table spaces.
What is the usage of comp fields in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Which mode is used to operate the sequential file?
Which is not true about evaluate statement