given the following piece of code:
CALL SUB-PGM USING A, B, C.
CALL SUB-PGM USING A, C, C.
(a) Both CALL statements will always produce same result.
(d) Both CALL statements may produce different result.
(c) Compile-time error because SUB-PGM is a dataname.
(d) Compile-time error because A, B, C are used twice.
Answer Posted / guest
b) both call statements may produce different results
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
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.
Are you comfortable in cobol or jcl?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can we change the password using ALTER? anyone tried and changed?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between binary search and sequential search?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are all the divisions of a COBOL program?
Write down the divisions of cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
Why would you use find and get rather than to obtain?
What is a scope terminator give example?
What is the difference between comp and comp-3?