What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / suputhru
CALL BY VALUE = CALL BY CONTENT both are same.
Here we send the value/content.
CALL BY REFERENCE: we will send the address of he data.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are declaratives and what are their uses in cobol?
What is difference between static and dynamic call in cobol?
Difference between cobol and cobol-ii?
what is the use of outrecord?
What are all the divisions of a COBOL program?
What is the utilization of copybook in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
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
Write a cobol program making use of the redefine clause.
How to remove 2 duplicate records and copy only one using job control language?
HOw can I get the negative sign while deduct high value from low value
What is inspect in cobol ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this