What is normalisation?
Answers were Sorted based on User's Feedback
Answer / papari
normalisation means to remove data redundancy from a table.
| Is This Answer Correct ? | 8 Yes | 0 No |
How do we get current date from system with century?
What is 77 level used for ?
How To move a value to an array using move verb?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
Where the Plan is located in CICS-DB2
What divisions, sections and paragraphs are mandatory for a COBOL program?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
can we print comp 3 stmts how ?
How to increase the logical record length of existing PS file?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is static and dynamic call in cobol?