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 / sudha

occurs clause can used for 02 to 49 levels only.

Is This Answer Correct ?    30 Yes 0 No

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

Answer / 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

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

Answer / archana

No, occurs clause can not be at 01, 66, 77 or 88 level.

Is This Answer Correct ?    13 Yes 3 No

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

Answer / sanjudharan

no

Is This Answer Correct ?    9 Yes 4 No

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

Answer / vamsi

The OCCURS clause cannot be specified in a data description
entry that:

-->Has a level number of 01, 66, 77, or 88.
-->Describes a redefined data item.

Is This Answer Correct ?    6 Yes 2 No

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

Answer / ashu

no you cant use occurs clause on 01 66 77 88

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

you can use occur clause on 02 - 49

Is This Answer Correct ?    6 Yes 2 No

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

Answer / shriram supalwar, dharmabad

No, you can not code OCCUR clause in level no. 01
because it is used to repeat the fields with same format not
the records...

correct me if i am wrong...

Is This Answer Correct ?    1 Yes 0 No

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

Answer / guest

no,occurs clause can not be coded with 01 level no. occurs
clause can be coded with only 02 to 49, 66,77

Is This Answer Correct ?    5 Yes 15 No

Post New Answer

More COBOL Interview Questions

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

2 Answers  


What are the divisions in a cobol program? Which one is the mandatory division among them?

1 Answers  


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


What is the difference between structured cobol programming and object alternativelyiented cobol?

0 Answers  


1) can we display the index?

3 Answers   ADP, IBM,






Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.

5 Answers   EDS,


after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)

7 Answers   Allianz, Wipro,


How to know whether the module is dynamical or statistical?

0 Answers  


What is the maximum length of a field you can define using COMP-3?

4 Answers   Complex System, Infosys,


Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?

2 Answers   TCS,


Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above

7 Answers   TCS,


if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?

1 Answers   Patni,


Categories