the max size of stored procedure in DB2 v8 on windows is 64k...
i found this information in the Cross platform SQL procedure development red book at the IBM site
http://www.redbooks.ibm.com/redbooks...45485_148.html
this size seems to be small for the rereal time applications to me... oracle supports larger size though i don't know the exact max size in oracle....
but it forces to more modular programming, meaning splitting the big logic into small small units and put each in a separate procedure....
i don't know whether providing bigger size is the good thing to do...
any comments????
Jake