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
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 difference between next sentence and continue in cobol programing language?
What are the pertinent COBOL commands?
How do you define a variable of comp-1 and comp-2?
How you can characterize tables in cobol?
What is length is cobol?
What is report-item in COBOL?
Which is not true about evaluate statement
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to remove 2 duplicate records and copy only one using job control language?
how do you define single dimensional array and multidimensional array in your cobol?
what is difference between cobol and cobol/400
i want a program using by if, evaluate , string, unstring, perform, occurs?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the local-storage section?