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 / v@m$i

REDEFINES IS NOT USED IN OCCURS CLAUSE.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the rules of the move verb?

691


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1757


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

984


How arrays can be defined in COBOL?

654


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1918






What are different data types in cobol?

676


What are various search techniques in cobol? Explain.

636


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1576


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?

1794


What are the pertinent COBOL commands?

2616


what are decleratives in cobol?

1816


What are the different rules to perform a Search?

610


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1904


How you can read the file from bottom?

651


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

665