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 do u handle errors in BMS macro
can we use variable picture clause as xx.99 in cobol.
What is the difference between PIC 9.99 and PIC9v99?
Write down the divisions of cobol program?
What is file status 39 ?
how do you reference the printer file formats from cobol programs
How arrays can be defined in COBOL?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do define dynamic array in cobol.
how many divisions are there in cobol
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?