Answer Posted / swapna
identification division.
program-id. errmsg.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
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.
Explain how you can characterize tables in cobol?
what is the difference between COBOL2 AND COBOL390?
What is the local-storage section?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to know whether the module is dynamical or statistical?
How do you differentiate between cobol and cobol-ii?
What are the different rules for performing sort operation?
) how do u code after getting data?
How do get the result of your program directly on your pc?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how to convert the recors form vsam file to db2 table tru file aid
Write a cobol program making use of the redefine clause.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Can we change the password using ALTER? anyone tried and changed?