Can the OCCURS clause be at the 01 level?

Answers were Sorted based on User's Feedback



Can the OCCURS clause be at the 01 level?..

Answer / rajini

Can the OCCURS clause be at the 01 level?

NO, because occurs clause is there to repeat the fields and
not the records.

Is This Answer Correct ?    10 Yes 1 No

Can the OCCURS clause be at the 01 level?..

Answer / aji cherian

No

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More COBOL Interview Questions

what are the diferences b/w sub-script and index?

4 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


How to know whether the module is dynamical or statistical?

0 Answers  


wht is the difference between goto and perform stmts

7 Answers   DELL,






How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?

1 Answers  


what is the use of keep and pass in disp

1 Answers  


what is the advantage of using redefines instead of delaring the variables ?

5 Answers   HCL,


What is inspect in cobol ?

0 Answers   Infosys,


What is the reference modification.

2 Answers  


what are the utilities for load and unload the DB2 tables

1 Answers   L&T,


i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19

2 Answers  


Categories