using redefine can you redefine lower variable size to
higher variable size?
Answer Posted / harikumr ch
Syn:Levelnumber dataname-1 redefines data-name-2
The data-name-1 & data-name-2 must be of same size.(From
level 02).Incase of 01 level, the size of data-name-1 must
not exceeds that of data-name-2.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Define cobol?
What rules are followed by the search verb.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Difference between array and sub-script ?
Why would you use find and get rather than to obtain?
What are the different rules to perform a Search?
Describe the cobol database components?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is link edit in cobol?
Name the sections present in data division.
Can we redefine the field of x(200) to less than 200?