0 pts.
 Table handling in COBOL/400
Helo Guys, For table handling we have “ 05 A PIC 9(05) OCCURS N TIMES”, My question is what is the maximun value of N that we can give in cobol/400?

Software/Hardware used:
ASKED: September 22, 2008  7:56 AM
UPDATED: September 22, 2008  2:35 PM

Answer Wiki:
This is the link to the COBOL manual for V5R4: http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/books/sc092539.pdf Appendix A at the end speaks to the limits on the compiler. Basically, N can be any size that keeps the 01 level the occurs is attached to under 16MB (16 711 568 bytes).
Last Wiki Answer Submitted:  September 22, 2008  2:35 pm  by  NullFields   880 pts.
All Answer Wiki Contributors:  NullFields   880 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _