What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / kapil arya
Call By Value, its point to data directly that is why its
faster than the call by reference.
But in Call by Referenc, it points the address of data so
it takes more time in camparison of Call by value.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the usage of comp fields in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between comp and comp-3 usage?
Difference between array and sub-script ?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is rmode(24)
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between Call and a Link?
What are the access modes of START statement?
What is cobol?
What is comp-1 and comp-2?