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
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
) how do u code after getting data?
Whats the difference between search & search ALL?
What is link edit in cobol?
What is Pic 9v99 Indicates in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Name some of the examples of COBOl 11?
How do get the result of your program directly on your pc?
how do you reference the variable block file formats from cobol programs
What rules are followed by the search verb.
Why occurs cannot be used in 01 level in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Are you comfortable in cobol or jcl?
What are the different rules to perform a Search?