what is rediffine clause?in what situation it can use?give me
real time example?
Answer Posted / naidu sekhar yandrapu
When u want to use same working storage area for different
variables. u must ensure that the space must not use at same
time of program execution.For example perform xyz uses a
space ABCD pic x(9) and it will not be used .then other
part of the program can use that space ABCD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize and what keyword allows for an override of the default?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are declaratives and what are their uses in cobol?
What is redefines clause in COBOL?
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?
Discuss about changing dataset name in proc.
Describe the cobol database components?
Write a program to explain size error.
i need a small 3d program using inline and outline.
What is the difference between structured cobol programming and object alternativelyiented cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Define cobol?