What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / sridevi
Call by value will not return the data back to the calling
program
Call by reference shares the common storage for the
variables used between the calling and called program and
the called program returns the data back to the calling
program through by reference
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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.
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 Pic 9v99 Indicates in COBOL?
What is a report item?
Describe the cobol database components?
What is the difference between binary search and sequential search?
how to access the file from prodution from changeman tool and to submit a file to production
What are the pertinent COBOL
Write a cobol program making use of the redefine clause.
what is the difference between COBOL2 AND COBOL390?
i want a program using by if, evaluate , string, unstring, perform, occurs?
IF I mention stop run in CICS what happens?
When is inspect verb is used in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?