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
) how do u code after getting data?
How do you reference the following file formats from cobol programs?
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
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is the difference between Call and a Link?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is link edit in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
In COBOL programming, what is PERFORM? What is VARYING?
What the difference is between continue and next sentence?
How do u write test cases?
What do you understand by psb and acb?
How arrays can be defined in COBOL?