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
Whats the difference between search & search ALL?
How arrays can be defined in COBOL?
Explain about different table spaces.
Which mode is used to operate the sequential file?
What is the difference between perform … with test after and perform … with test before?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the Purpose of Pointer in the string?
What rules are to be followed while using the corresponding options?
how do you define single dimensional array and multidimensional array in your cobol?
Define static linking and dynamic linking.
How to know whether the module is dynamical or statistical?
What is link edit in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the access modes of START statement?