What is "Call by content" and "call by reference"?
Answer Posted / santy
'Call by Content' means value of the variable is passed to
the subprogram and after modification on this variable in
sub-program will not effected in main program.
'Call by Address' is opposite to above. Here address of the
variable is pass to the sub-program at the time of call and
modification on this passed variable in sub-prog will be
effected in main program.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
What rules are followed by the search verb.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Can a Search can be done on a table with or without Index?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
) How do u handle errors in BMS macro
What guidelines should be followed to write a structured cobol prgm?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the different rules of SORT operation?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?