what is redefines? where it can be effectively use for the
purpose of memory utilization? give an example?
Answer Posted / siri
REDEFINES:-REUSE THE SPACE FROM FIRST BYTE ON WORDS....REDEFINES AND REDEFINING FIELDS MUST BE AT SAME LEVEL NOS..REDEFINING THE MEMORY MUST BE SAME OR SORTER...
FOR EXAMPLE 1000 BALLS IS THERE..EACH BALL CAST IS 10 RS/-...BUT I HAVE ONLY 10 RS/-...BUT I USE THE ALL 1000 BALLS HOW MEANS USING THE REDEFINES....
WORKING-STORAGE SECTION.
01 A PIC X(100) VALUES '******************************'
01 B REDEFINES A X(10)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between perform … with test after and perform … with test before?
) how do u code after getting data?
Explain the configuration section of a cobol program with examples of syntax.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Difference between cobol and cobol-ii?
What are different data types in cobol?
How arrays can be defined in COBOL?
what are decleratives in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
) what is the difference between AID and HANDLE AID?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?