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 happens if parmparameter passes zero bytes to the program
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the utilization of copybook in cobol?
What are the various section in data division and briefly explain them.
What is the difference between goback, stop run and exit program in cobol?
What is rmode(24)
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
When is inspect verb is used in cobol?
What are the different types of condition in cobol and write their forms.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain about different table spaces.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?