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

wht is the difference between goto and perform stmts

7 Answers   DELL,


What is the significance of 'above the line' and 'below the line'?

2 Answers   Nokia,


what is the difference between external and global variables?

1 Answers  


How do you submit JCL via a Cobol program?

5 Answers   IBM,


what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?

9 Answers   TCS, Tech Mahindra,






what is sync clause?

2 Answers   DELL,


what is s013u000 for?

1 Answers   Hewitt,


What is an in-line perform ?

4 Answers   Accenture,


We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?

5 Answers   IBM,


how to move the records from file to array table. give with code example

0 Answers   ADP, Syntel,


How do we get current date from system with century?

2 Answers  


What is a report item?

0 Answers  


Categories