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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the pertinent COBOL

2045


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

690


How do get the result of your program directly on your pc?

1885


explain sorting techniques in cobol program?

690


What is difference between static and dynamic call in cobol?

777






Write a program to explain size error.

677


Write a program that uses move corresponding.

673


What is the difference between perform … with test after and perform … with test before?

883


What is the difference between comp and comp-3?

704


What is a report item?

741


What is static and dynamic call in cobol?

597


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

945


Write a cobol program making use of the redefine clause.

734


What is inspect in cobol ?

803