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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain what you understand by passing by value.
what happens if parmparameter passes zero bytes to the program
How to know whether the module is dynamical or statistical?
What are the rules of the move verb?
) How do u handle errors in BMS macro
Can we redefine the field of x(200) to less than 200?
Can a Search can be done on a table with or without Index?
What is the difference between next sentence and continue in cobol programing language?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?