Is this allowed?
01 WS-TABLE.
03 FILLER-X PIC X(5) VALUE 'AAAAA'.
03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1).
can redefines clause be used with occurs clause?
Answer Posted / bob
Yes we can use redefine under occurs clause but we cannot
use occurs under redefine
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are different data types in cobol?
What are the different rules of SORT operation?
What is the difference between next sentence and continue in cobol programing language?
How to remove 2 duplicate records and copy only one using job control language?
What is the usage of comp fields in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is an in line perform? When would you use it? Anything else you wish to say about it.
How you can read the file from bottom?
How many bytes S(8) comp field occupy and its maximum value?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
In which area will you utilize 88 level items in cobol?
How do you differentiate between cobol and cobol-ii?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Which mode is used to operate the sequential file?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?