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
How do we get current date from system with century in COBOL?
How you can characterize tables in cobol?
How do u write test cases?
What are different data types in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write a program that uses move corresponding.
What is the LINKAGE SECTION used in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How many bytes S(8) comp field occupy and its maximum value?
What is a scope terminator give example?
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the variable block file formats from cobol programs
What are various search techniques in cobol? Explain.
What are all the divisions of a COBOL program?
What is the difference between goback, stop run and exit program in cobol?