1)what is the maximum limit for occurs?

Eg: 01 A PIC X(10) OCCURS N TIME.

What is the max value for N?

Answer Posted / leena_kulkarni

01 level is not used for occurs.

N can go upto 32K (32768 bytes).

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2763


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

709


What is cobol?

744


how do you reference the ksds vsam file formats from cobol programs

664


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2056






What is an in line perform? When would you use it? Anything else you wish to say about it.

643


how do you define single dimensional array and multidimensional array in your cobol?

673


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

714


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

2334


What are the different data types in cobol?

791


Write a cobol program making use of the redefine clause.

731


how do you reference the rrds file formats from cobol programs

797


What are different data types in cobol?

688


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

818


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

687