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 to declare a field with data type Double in my COBOL program. how shall i do that ?
wht do u mean by (*,intrdr) wht is * used for ?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
What is the LINKAGE SECTION used for?
what is sysncpoint?
What is the utilization of copybook in cobol?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.