What is the difference between CALL BY VALUE and CALL BY
CONTENT?

Answer Posted / shashikumar.d

if we can do any modification in forml arguments that
change can't effected actual arguments. this is known as
call by value.
if we can do any modification in forml arguments that
change can effected to actual arguments. this is known as
call by content.

Is This Answer Correct ?    15 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are 77 levels used for?

653


Discuss about changing dataset name in proc.

757


What do you understand by psb and acb?

659


In COBOL, what is the different between index and subscript?

752


What is the Purpose of POINTER Phrase in STRING command in COBOL?

711






Write down the divisions of cobol program?

663


Which Search verb is equivalent to PERFORM…VARYING?

677


how to move the records from file to array table. give with code example

2213


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

849


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1896


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?

6799


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

620


What is the difference between PIC 9.99 and 9v99 in COBOL?

728


Explain what you understand by passing by value.

689


Which mode is used to operate the sequential file?

658