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



OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

Answer / guest

d

Is This Answer Correct ?    26 Yes 1 No

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

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

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

Answer / arun karthik

ANSWER: D

OCCURS CANNOT APPEAR ON LEVELS 01,66,77 AND 88.

Is This Answer Correct ?    16 Yes 1 No

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

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

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

Answer / vijay korde

d

Is This Answer Correct ?    12 Yes 1 No

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

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

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

Answer / bazghah

Occur clause is used for 02 to 49 level (d) is true answer

Is This Answer Correct ?    5 Yes 0 No

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

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

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

Answer / yogesh

Occurs clause can be coded only in the levels between 02 to
49

Is This Answer Correct ?    0 Yes 0 No

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 ..

Answer / venkat

d

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

can we use reference modification an arry.

1 Answers  


how to convert the recors form vsam file to db2 table tru file aid

0 Answers   TCS,


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


How can you add a particular field in copybook?

2 Answers   L&T,


in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 Answers  






How To move a value to an array using move verb?

3 Answers   IBM,


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


Explain about Redefines cluse?

3 Answers   iGate,


How do we get current date from system with century?

2 Answers  


What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?

1 Answers   Fidelity,


HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?

2 Answers  


Categories