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
A table has two indexes defined. Which one will be used by the SEARCH?
What is the Purpose of Pointer in the string?
How to remove 2 duplicate records and copy only one using job control language?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Can we redefine the field of x(200) to less than 200?
What is difference between static and dynamic call in cobol?
What rules are followed by the search verb.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps