what is the advantage of using redefines instead of
delaring the variables ?
Answer Posted / sriram
redefines is a clause which is used for predefined storage space for other variables without wastage of space.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
Write the code implementing the perform … varying.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the local-storage section?
How many bytes S(8) comp field occupy and its maximum value?
Write down the divisions of cobol program?
What kind of error is trapped by on size error option?
What is the Purpose of Pointer in the string?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to print 10 to 1 if the input have only 10 digit number?
Define static linking and dynamic linking.
How you can read the file from bottom?
What is the difference between next sentence and continue in cobol programing language?