‎2008 Sep 18 7:56 AM
hi
im uploading a file using the GUI_UPLOAD and when im doing the command
OPEN DATASET x_file FOR INPUT IN TEXT MODE ENCODING DEFAULT MESSAGE msgid.
Its retrurning me an error 'No such file or directory'
The file does exist
‎2008 Sep 18 7:58 AM
Hi,
Input file is in presentation server means use GUI_UPLOAD
If it is in application server then only you need use
OPEN DATASET
READ DATASET
TRANSFER DATASET
CLOSE DATASET
Hope it will helps
‎2008 Sep 18 7:57 AM
>
> Its retrurning me an error 'No such file or directory'
>
> The file does exist
The error message says all.
i think there is no need to ask anybody now.
‎2008 Sep 18 7:58 AM
Hi,
Input file is in presentation server means use GUI_UPLOAD
If it is in application server then only you need use
OPEN DATASET
READ DATASET
TRANSFER DATASET
CLOSE DATASET
Hope it will helps