what is the difference between perform varying and perform
until
Answer Posted / ssampath
Perform until will step through automatically used in one
dimensional table and a perform varying will calculate
index for two dimensional table
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Define cobol?
What is amode(31)
how do you reference the variable unblock file formats from cobol programs
What is rmode(any) ?
What are the different rules of SORT operation?
What is link edit in cobol?
Write a program to explain size error.
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between Call and a Link?
In which area will you utilize 88 level items in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What the difference is between continue and next sentence?
What are all the divisions of a COBOL program?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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.