Answer Posted / sudha
occurs clause can used for 02 to 49 levels only.
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
Have you used comp and comp-3 in your project? And how?
What are the rules of the move verb?
) what is the difference between AID and HANDLE AID?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how to access the file from prodution from changeman tool and to submit a file to production
What is an in line perform? When would you use it? Anything else you wish to say about it.
Whats the difference between search & search ALL?
Why would you use find and get rather than to obtain?
Which mode is used to operate the sequential file?
When is inspect verb is used in cobol?
What are the cobol coding sheets?
) How do u handle errors in BMS macro?
How do you get the data to code the BMS macro?
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.