[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Iseries 65 Kb limit?



Welcome Ralf...

First thing, if you're not using HTTPAPI on this project, then this is
probably the wrong list to post the question.

I'd recommend the MIDRANGE-L, RPG-L (both at www.midrange.com) or the
systeminetwork.com forums.

Assuming you are using HTTPAPI...

In any event, the iSeries itself doesn't have a 64KB limit, generally
the i itself has a 16MB limit, but even that limit can be broken by
the use of what's known as TERASPACE.

However,  RPG at v5r4 for example does have a limit of 65KB for
individual fields.

Now at 6.1 (aka v7r1) and higher, RPG limits are about 16MB
(16,773,100 bytes) for a varying length field.

HTH,
Charles Wilt



On Wed, May 19, 2010 at 4:06 AM,  <Ralf.Mueller@xxxxxxxxx> wrote:
>
>   First of all as a new member I would like to say Hello to everybody.
>   We are planning to use the api on an upcomming project.
>   The use is only to receive information from an existing SOAP based web
>   service.
>   The api is successfully implemented and first test went well.
>   So the one question I still have is about the size of the information.
>   Is it true that it may not exceed 65 kb as this is the limit of a
>   field?
>   D Incoming        PR
>   D   text                        50A   varying
>   D   depth                       10I 0 value
>   D   name                      1024A   varying const
>   D   path                     24576A   varying const
>   D   value                    65535A   varying const
>   D   attrs                         *   dim(32767)
>   D                                     const options(*varsize)
>   TIA Ralf
>   --------------------------------------------------
>   Sitz der Gesellschaft:
>   Scania Deutschland GmbH, August-Horch-Str. 10, 56070 Koblenz, Germany
>   Registereintrag: Amtsgericht Koblenz HRB 532
>   Geschäftsführer: Thomas Bertilsson
>   --------------------------------------------------
>   ----------------------------------------------------------------------
>   -------
>   Truck of the Year 2010: die neue R-Serie von Scania
>   ----------------------------------------------------------------------
>   -------
>
> -----------------------------------------------------------------------
> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> -----------------------------------------------------------------------
>
>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------