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

Post New Answer

More COBOL Interview Questions

for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


Are you comfortable in cobol or jcl?

0 Answers  


what is scope terminator

2 Answers   IBM,


what is the difference between start and startbr?

2 Answers  


Which mode is used to operate the sequential file?

0 Answers  






Can we move X(9) to 9(9). If yes what are the ways for doing this?

3 Answers  


Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.

1 Answers  


I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..

2 Answers   EDS,


in how many mode we can open a file ?

4 Answers  


which is better comp or comp-3 in terms of memory utilization?

6 Answers  


What is a subscript ?

3 Answers  


how to display the dataset information?

2 Answers  


Categories