Define REDEFINE clause and Is it possible to have the
redefine clause anywhere in the working storage section for
a data name?
Answer Posted / anju
I think redefine cannot be done for a level01 item.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the difference between Global and External Variables?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
what is the difference between COBOL2 AND COBOL390?
A table has two indexes defined. Which one will be used by the SEARCH?
What are different data types in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you reference the ksds vsam file formats from cobol programs
What is perform what is varying?
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 are the access modes of START statement?
What are declaratives and what are their uses in cobol?
How do you reference the following file formats from cobol programs?
What do you understand by psb and acb?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What kind of error is trapped by on size error option?