how to convert the recors form vsam file to db2 table tru
file aid
No Answer is Posted For this Question
Be the First to Post Answer
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.
can anyone explain me the concept of COMP-4 PLEASE??
Name the sections present in data division.
What is report-item?
what is scope terminator
What is the maximum data length for Numeric DataType ?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
Can we put move statement in COBOL copybook
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
what is filler and what is use of filler
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
What is 77 level used for ?