Answer Posted / papari
normalisation means to remove data redundancy from a table.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the ksds vsam file formats from cobol programs
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are different data types in cobol?
What is inspect in cobol ?
Why would you use find and get rather than to obtain?
How can you get the ksds file records into your cobol program?
What is the usage of comp fields in cobol?
HOw can I get the negative sign while deduct high value from low value
Can we change the password using ALTER? anyone tried and changed?
What guidelines should be followed to write a structured cobol prgm?
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.
What are the various section in data division and briefly explain them.
Give some examples of command terminators?
What is the difference between comp and comp-3?