Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

open dataset for input in text mode

charliee
Explorer

Hi,

I need to read from large text files using the above statement.

I was wondering what is the max file size that open dataset in text mode can handle.

Any info would be appreciated.

Best,

-Elham

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

The maximum size is probably the maximum size that the Operating System/File System can handle. Don't worry...

SAP guarantee to "fully support files > 2 GB" but don't say up to what size it works (note 330992 - Support of large files (> 2 GB)).

charliee
Explorer
0 Kudos

Thanks Sandra.
Yes, I read somewhere that the file size is mainly limited by the limitation of hardware resources.
I was mainly concerned on how open dataset would react if the file is huge.
Thanks much

Sandra_Rossi
Active Contributor

I already worked with big files, there's no issue with OPEN DATASET.

(the only thing to be careful with is of course to not store the whole file in memory, but that's not related to OPEN DATASET)

former_member703998
Participant
0 Kudos

Hi,

There is nothing like maximum file size. If it says open file in text mode , then it means complete text can be read. So don't worry