88 class is used for
Answers were Sorted based on User's Feedback
Answer / anjireddy vintha
it is a conditional dataname level number..use of 88 is to
evaluate filestatus codes and also some more advantages are
there.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ts nithiyanandan
condition-name condition, Several values can be checked
with one variable by declaration of all values in Data
Division.
(eg). Basic will be like 7800 8000 8200 every year
increment of 200.
| Is This Answer Correct ? | 0 Yes | 1 No |
What do you do to resolve SOC-7 error?
Write a program that uses move corresponding.
what is a zoned decimal data type and how it will be stored?
Write a program to concert an Indexed file into Sequential file?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
What is the difference between copy and include in cobol?
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 use of LINKAGE SECTION?
file status 00 is checked after opening the file or reading the file
What is mean by maxcc
whats the difference between search and search all?
what are the isolation levels and where we use it in the db2 program