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.
No Answer is Posted For this Question
Be the First to Post Answer
I want ALL jcl ERROR cods
What are the different rules of SORT operation?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
in how many mode we can open a file ?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
Which is not true about evaluate statement
What is the maximum length of a field you can define using COMP-3 in COBOL?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
Can the OCCURS clause be at the 01 level?
What is the difference between static call & Dynamic call?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible