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 / bazghah

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

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

685


Explain how you can characterize tables in cobol?

638


What guidelines should be followed to write a structured cobol prgm?

673


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

676


How arrays can be defined in COBOL?

663






Can we redefine the field of x(200) to less than 200?

820


How do you get the data to code the BMS macro?

1476


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

661


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


What is a scope terminator give example?

657


What is length is cobol?

650


What are the different data types in cobol?

797


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


what is amode(24), amode(31), rmode(24) and rmode(any)?

704


how do you reference the rrds file formats from cobol programs

800