Application Development and Automation 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: 
Read only

error when uploading a file

Former Member
0 Likes
506

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
465

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

2 REPLIES 2
Read only

Former Member
0 Likes
465

>

> 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.

Read only

Former Member
0 Likes
466

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