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: 

Q]DATA FNAME(60) VALUE 'myfile' . here do we create a new file or else?

Former Member
0 Kudos

Q] DATA FNAME(60) VALUE 'myfile' . here do we create a new file or refer to an existing file?

Talking of the OPEN DATASET statement.

2 REPLIES 2

Former Member
0 Kudos

if u open a file for input purpose, then the file fname should be exist.

otherwise its for output, no need to be exist in the app.server

but u want append data to existed file, then its should be exist in app.server

0 Kudos

Is it not that even for appending , then file gets created auomatically