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
Name some of the examples of COBOl 11?
Give some examples of command terminators?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Mention the guidelines to write a structured cobol program?
What is a report item?
In which area will you utilize 88 level items in cobol?
how do you reference the variable unblock file formats from cobol programs
how do you reference the fixed unblock file formats from cobol programs
Discuss about changing dataset name in proc.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how to convert the recors form vsam file to db2 table tru file aid
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Write a program that uses move corresponding.
how do you reference the ksds vsam file formats from cobol programs