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

Answer Posted / vijay korde

d

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a cobol program making use of the redefine clause.

723


Why did you choose to work with ibm mainframe cobol programming?

627


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

674


What is the use of intialize verb?

740


Why occurs cannot be used in 01 level in COBOL?

709






I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10569


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

652


What are the different types of condition in cobol and write their forms.

654


explain sorting techniques in cobol program?

686


Write a program that uses move corresponding.

668


What is the problem of ordered sequential files access?

692


What are different data types in cobol?

685


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3713


What is the local-storage section?

677


What are the different rules to perform a Search?

613