Can a REDEFINES clause be used along with an OCCURS clause?
if yes,
01 WS-TABLE.
03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'.
03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you
expect?
if no,why?
Answer Posted / vikas sharma
This clause work as when u have define this another 01 level..
We can not define like this...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
How do u write test cases?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you get the data to code the BMS macro?
What is redefines clause in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Which division and paragraphs are mandatory for a COBOL program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between PIC 9.99 and PIC9v99?
What is a SSRANGE and NOSSRANGE?
What the difference is between continue and next sentence?
Explain the configuration section of a cobol program with examples of syntax.
How many sections are there in data division in COBOL?
What is the problem of ordered sequential files access?
What is perform what is varying?