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 ? | 1 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 will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
What are the divisions in a cobol program? Which one is the mandatory division among them?
How can we pass data from cobol to JCl?
What is the difference between structured cobol programming and object alternativelyiented cobol?
1) can we display the index?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
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)
How to know whether the module is dynamical or statistical?
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?
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
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?