what is call by value and call by reference ?
Answer Posted / raghunathareddy
call by value means intialize the vatriable..cal by ref means
calling the reference....
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
Write the code implementing the perform … varying.
Why would you use find and get rather than to obtain?
What are the different rules to perform a Search?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between external and global variables in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to print 10 to 1 if the input have only 10 digit number?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Write a program to explain size error.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are the rules of the move verb?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What is the Purpose of Pointer in the string?
Write a program to enter and display the names of students in a class using the occurs clause.