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: 

Copy application server file from one directory to another

Former Member
0 Kudos

hello all,

Is there a function module, or class, that will copy a file from one directory on the application server to another.

I know that it can be done with the OPEN DATASET xxx FOR INPUT, then DO LOOP and CLOSE DATASET xxx followed by OPEN DATASET xxx FOR OUTPUT, etc

But, that seems inelegant, and clumsy, if there's a simple function module for it.

This is probably an FAQ, but I can't seem to find an answer.

Thanks

1 REPLY 1

Former Member
0 Kudos

Moderator message - FAQ - Please see before posting - post locked