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
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is perform what is varying?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is amode(24)?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How many bytes S(8) comp field occupy and its maximum value?
What is the Purpose of Pointer in the string?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
For rewrite, why is it mandatory that file needs to be opened?
What is rmode(any) ?
Which division and paragraphs are mandatory for a COBOL program?
What the difference is between continue and next sentence?
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 link edit in cobol?