What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / michael
call by reference:
pass pointer to data
call by content:
copy data into temporary, pass pointer to temporary
call by value:
pass data
if the called program is a cobol program the
address of the receiving linkage data item is set to the
passed data value
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why would you use find and get rather than to obtain?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
For rewrite, why is it mandatory that file needs to be opened?
Write down the divisions of cobol program?
How to know whether the module is dynamical or statistical?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the fixed block file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How many sections are there in data division in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
HOw can I get the negative sign while deduct high value from low value
What is the difference between structured cobol programming and object alternativelyiented cobol programming?