Question

  Asked: Apr 17 2008   10:46 PM GMT
  Asked by: 67


QDLS Maximum File Size


QDLS, AS/400 errors

I get the message 'write operation beyond the maximum file size for a file in file system QDLS'
with output from a ASC Sequel (*delimited). It seems to stop at 2Gb.
How can I increase the maximum file size allowed in QDLS ?

thanks,

Brian

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Do you happen to be on a release prior to V5R3? In V5R3 the limit became 4GB as shown here.

Bruce Vining

We are on V5R4

Brian

I am not familiar with the ASC product, but when an open to the IFS is done the oflag parameter supports the setting of O_LARGEFILE. Per the open flag API documentation:

O_LARGEFILE
Open a large file. The descriptor returned can be used with the other APIs to operate on files larger than 2GB (GB = 1073741824) minus 1 byte. The file systems that do not support large files will just ignore the O_LARGEFILE open flag if it is set. The O_LARGEFILE flag is ignored by the file systems when open() is used to open a directory.

So ASC is evidently not setting the flag to enable support for greater than 2GB (basically treating file offsets as signed rather than unsigned integers).

I would suggest contacting ASC.

Bruce Vining
http://www.brucevining.com/

Thanks, Bruce
I will check with ASC

Brian
  • AddThis Social Bookmark Button

Browse more Questions and Answers on AS/400.

Looking for relevant AS/400 Whitepapers? Visit the Search400.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register