Okay, can anyone tell me why this doesn't work?
Src=C:\SPRID.DAT'
DEST=C:\SPRID2.DAT'
ret=Utility('COPYOSFILE',Src,Dest)
Seems pretty simple to me.
Lame Wayne
I think what you want is:
ret=Utility('COPYFILE',Src,Dest)Pat
Ah, that worked. There's another thread on this system that indicates that COPYFILE does not work and COPYOSFILE does. That should be purged!!!!
Thanks,
Wayne