Can the OCCURS clause be at the 01 level?
Answers were Sorted based on User's Feedback
Answer / sudha
occurs clause can used for 02 to 49 levels only.
| Is This Answer Correct ? | 30 Yes | 0 No |
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 |
Answer / archana
No, occurs clause can not be at 01, 66, 77 or 88 level.
| Is This Answer Correct ? | 13 Yes | 3 No |
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 |
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 |
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 ? | 2 Yes | 0 No |
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 |
what is qualification on occurs clause?
how can i see junk values in dclgen or in hostvariable of comp ?
give the examples of strings in cobol
can any one help -s806
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
Can a Search can be done on a table with or without Index?
What is COMP-1? COMP-2?
In COBOL programming, what is PERFORM? What is VARYING?
Explain call by context by comparing it to other calls.
Name the divisions, which are available in a cobol program?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?