What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / guest
both are same
| Is This Answer Correct ? | 11 Yes | 25 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
how do you reference the printer file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
What are the cobol coding sheets?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the pertinent COBOL commands?
When is inspect verb is used in cobol?
What is Pic 9v99 Indicates in COBOL?
What is the LINKAGE SECTION used in COBOL?
Name the divisions, which are available in a cobol program?
) what is the difference between AID and HANDLE AID?
Difference between cobol and cobol-ii?
What is a SSRANGE and NOSSRANGE?
how to move the records from file to array table. give with code example
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