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 the file organization clause ?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
How do define dynamic array in cobol.
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
How to retrive the 9th records out of ten records using the cobol program ?
i need a small 3d program using inline and outline.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
How can we pass data from cobol to JCl?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?