2007 Nov 14 8:54 PM
Hi everyone.
The situation is as follows: I have to process (batch input) an extremely large text file, of about 80 MB. As you can imagine, all I receive when I run my program is a dump somewhere inside the GUI_UPLOAD function routine due to excessive memory usage.
Does anybody know of a way to deal with this kind of files? Is there any function that allows partial processing or something like that?
Thanks a lot,
Fernando.
2007 Nov 14 9:04 PM
If you have to process it all at once, you can have basis FTP it to your application server and then use OPEN DATASET and TRANSFER rather than GUI_UPLOAD. this would probably be the quickest solution.
Rob
If you have to process it all at once, you can have basis FTP it to your application server and then use OPEN DATASET and TRANSFER rather than GUI_UPLOAD. this would probably be the quickest solution.
Rob
2007 Nov 14 9:00 PM
I don't think we have any room to move. SO, Try to devide this big file into small files and upload it ...
Regards,
Naimesh Patel
2007 Nov 14 9:04 PM
If you have to process it all at once, you can have basis FTP it to your application server and then use OPEN DATASET and TRANSFER rather than GUI_UPLOAD. this would probably be the quickest solution.
Rob
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |