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
How to resolve the soc4 and soc7 errors?
What R 2 of the common forms of the EVALUATE STATEMENT ?
How many sections are there in data division?.
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
What does EXIT do ?
diffrence between z(2) and z9(2)
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is 88 level used for ?
how do u link sub pgm to main pgm ?
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
how to refer the data field?