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
Which mode is used to operate the sequential file?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Differentiate between structured cobol programming and object-oriented cobol programming.
what is difference between cobol and cobol/400
how do you reference the variable block file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
) How do u handle errors in BMS macro?
When is inspect verb is used in cobol?
Which is not true about evaluate statement
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 are the different open modes available in cobol?
What is difference between static and dynamic call in cobol?