Can we use redefine clause in occurs clause?

Answer Posted / sivakumar sekharannair

Leroy's answer is correct. Redefined variable can have
occurs clause not in the same level but subordinate to the
higher level

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between comp and comp-3?

692


What are the different open modes available in cobol?

713


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

666


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17014


What is the default value(s) for an initialize and what keyword allows for an override of the default?

682






here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6787


what is the difference between COBOL2 AND COBOL390?

2438


) How do u handle errors in BMS macro?

1418


What are declaratives and what are their uses in cobol?

699


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

687


What are the different rules of SORT operation?

689


Name some of the examples of COBOl 11?

2671


How can you get the ksds file records into your cobol program?

634


Difference between cobol and cobol-ii?

697


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

724