Explain call by context by comparing it to other calls.
Answer Posted / mahathiaz
The parameters passed in a call by context are protected
from modification by the called program. In a normal call
they are able to be modified
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the use of intialize verb?
What is the difference between external and global variables 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?
Explain how to differentiate call by context by comparing it to other calls?
What is an in line perform? When would you use it? Anything else you wish to say about it.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to print 10 to 1 if the input have only 10 digit number?
What are the various section in data division and briefly explain them.
Differentiate between structured cobol programming and object-oriented cobol programming.
How arrays can be defined in COBOL?
What is inspect in cobol ?
What is link edit in cobol?
What is the difference between PIC 9.99 and PIC9v99?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Explain how you can characterize tables in cobol?