Can the OCCURS clause be at the 01 level?

Answer Posted / vineet pasricha

no you cant use occurs clause on 66 77 88 01

66 is for Rename
77 is for stand alone variables
88 is for indicators

you can use occur clause on 02 - 49

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do define dynamic array in cobol.

669


How do you get the data to code the BMS macro?

1472


What is the Purpose of POINTER Phrase in STRING command in COBOL?

713


what is the use of outrecord?

1768


Write a cobol program making use of the redefine clause.

725






how do you reference the esds vsam file formats from cobol programs

627


What is the difference between next sentence and continue in cobol programing language?

706


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


What is redefines clause in COBOL?

844


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

734


What rules are followed by the search verb.

631


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

1607


What the difference is between continue and next sentence?

651


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5673


What are the different rules for performing sort operation?

757