OCCURS clause is used in the DATA DIVISION on data names at
(a) 01 level
(b) 77 level
(c) 88 level
(d) any level from 02 to 49
Answers were Sorted based on User's Feedback
Answer / jyothi
77 for independent data names
88 for conditional codes
66 for renames
correct answer for the above question is "any level from 02
to 49"
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / arun karthik
ANSWER: D
OCCURS CANNOT APPEAR ON LEVELS 01,66,77 AND 88.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / sreenadh, margadarsi computers
d is correct answer, because occurs clause can not be used
for 01 and 77, 88 levels
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / s.nilofer rahi
Occurs clause is used in the DATA DIVISION on data names at
any level from 02 to 49. (d) is the appropriate answer.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / bazghah
Occur clause is used for 02 to 49 level (d) is true answer
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sriharsha
d is the right answer as Occurs cannont be used for 01, 77
& 88 levels.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / yogesh
Occurs clause can be coded only in the levels between 02 to
49
| Is This Answer Correct ? | 0 Yes | 0 No |
can we print comp 3 stmts how ?
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
How do u initialize an array?
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
How to covert given string into ASCII value in COBOL/MF COBOL
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
How can you get the ksds file records into your cobol program?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
What is COMP SYNC?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
Why we are using comp and comp-3 in real time projects?