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 amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the different types of condition in cobol and write their forms.
Write a cobol program making use of the redefine clause.
What is length is cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what are decleratives in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how do you reference the variable block file formats from cobol programs
In COBOL, what is the different between index and subscript?
What is the difference between structured cobol programming and object alternativelyiented cobol?
When is inspect verb is used in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How do you define a variable of comp-1 and comp-2?
What is the Purpose of POINTER Phrase in STRING command in COBOL?