Looking for relevant AS/400 Whitepapers? Visit the Search400.com Research Library.
I work for a software development company and we have a number of programs that have over 30,000 lines of code. The answer of changing the lines to .01 is what we do. However I can tell you from experience that if I had it to do all over again. We would be using calls to smaller programs as these programs are a really hard to maintain.
MPaesen | Jun 3 2008 1:41PM GMT
Hi there,
Once I found out that RPG400 programs don’t compile anymore when the number of lines passes 14000.
In RTPG IV this limit doesn’t exist anymore.
Mathy
Gilly400 | Jun 4 2008 2:12PM GMT
Hi,
Strange that I never came across that limitation - worked with some pretty big programs back in the days.
I did come across a few bugs in the RPG compiler - DO operations getting ignored if they’re on specific line numbers, etc. If you put an extra comment line in before the DO then the compiler worked OK. Real strange - seemed to have something to do with segmentation or something.
Regards,
Martin Gilbert.