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 |
What is 88 level used for ?
How to increase the logical record length of existing PS file?
diffrence between z(2) and z9(2)
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
What is Static and Dynamic linking ?
What is sqlca and why is it needed in any cobol-db2 program?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
how many bytes does s9(7)COMP-3 field occupies?
what will happen if pass values more than 100 using PARM parameter?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
What are options have been removed in COBOL 11?