What do you understand by passing by reference and passing by content?
Passing by reference, is passing the ADDRESS of a variable--to a subprogram. The subprogram is able to change the value contained in the variable.
Passing by content is passing the DATA contained within a variable--to a subprogram. The subprogram can NOT change the value of the data in the (calling program's) variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
wht is structured cobol pgm and non structred cobol pgm ?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
What is perform what is varying?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
What is report-item in COBOL?
How do you define a variable of COMP-1? COMP-2?
when COMP-3 is preferrable?
how to display the dataset information?
What rules are to be followed while using the corresponding options?
What is the LINKAGE SECTION used in COBOL?
What is the difference between Call and a Link?