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
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.
In which area will you utilize 88 level items in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between comp and comp-3 usage?
What is the compute verb? How is it used?
What is difference between static and dynamic call in cobol?
State the various causes of s0c1, s0c5 and s0c7.
What is amode(24)?
What are the various section in data division and briefly explain them.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is report-item in COBOL?
What is the difference between external and global variables in COBOL?