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
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Write down the divisions of cobol program?
What is the usage of comp fields in cobol?
What are the different data types in cobol?
When is inspect verb is used in cobol?
Define cobol?
How to know whether the module is dynamical or statistical?
Explain how you can characterize tables in cobol?
Can we change the password using ALTER? anyone tried and changed?
How do get the result of your program directly on your pc?
) How do u handle errors in BMS macro
What are the pertinent COBOL
What is the difference between perform … with test after and perform … with test before?
how do you reference the fixed unblock file formats from cobol programs
How do define dynamic array in cobol.