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


Please Help Members By Posting Answers For Below Questions

how do you reference the variable unblock file formats from cobol programs

729


explain sorting techniques in cobol program?

674


What is a SSRANGE and NOSSRANGE?

800


What are different data types in cobol?

669


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

637






What is the default value(s) for an initialize? What keyword will allow for an override of the default?

641


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2709


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1911


What is amode(24)?

671


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1599


Are you comfortable in cobol or jcl?

630


what is search and searchall?what is the diffrence between them?give an best example?

5508


i want a program using by if, evaluate , string, unstring, perform, occurs?

4028


Which division and paragraphs are mandatory for a COBOL program?

699


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1766