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
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do you differentiate between cobol and cobol-ii?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is inspect in cobol ?
What is amode(31)
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.
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.
how do you define single dimensional array and multidimensional array in your cobol?
How many bytes S(8) comp field occupy and its maximum value?
Why occurs cannot be used in 01 level in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between comp and comp-3?
Explain how you can characterize tables in cobol?