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

difference between DELETE dataset and EPS_DELETE_FILE

Former Member
0 Likes
1,111

hi

can anybody tell me the difference between the command DELETE dataset and EPS_DELETE_FILE?

both delete the files, right?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

Both do the same job. Only difference is that the function builds the full path after you provide the file name and the path separately and uses the delete dataset statment in the end.

regards,

Advait

hi

can anybody tell me the difference between the command DELETE dataset and EPS_DELETE_FILE?

both delete the files, right?

2 REPLIES 2
Read only

Former Member
0 Likes
738

Both do the same job. Only difference is that the function builds the full path after you provide the file name and the path separately and uses the delete dataset statment in the end.

regards,

Advait

Read only

0 Likes
737

ok

thanks