With in these three which one is the default one Call
Reference, Call By Value, Call By Content.-Which one is
default?
Answer Posted / sruthi
call by reference is default
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Why did you choose to work with ibm mainframe cobol programming?
what is the difference between COBOL2 AND COBOL390?
What are the various section in data division and briefly explain them.
What are 77 levels used for?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the pertinent COBOL
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Difference between array and sub-script ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Explain what you understand by passing by value.