×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
You really had me scared when you said QDLS. Thank God you're not still
using that!
Please always use the message id. This allows us to pull it up on our
systems and look at the message detail. I have a utility to scan but
others may not.
CPFA0AD-Message . . . . : Function not supported by file system.
Cause . . . . . : An attempt was made to use a function which was not
supported by the file system for path &1. The path selected may not be
valid for the function, or it may not be in the same file system.
Recovery . . . : Check the path name for accuracy. You may need to use
another path for the operation. Check the job log for possible
additional
messages.
Is it intermittent for the same directory, or for different directories?
You may be spelling it wrong.
The target system may be down.
Or, someone may have restarted something that requires you to preceed that
CPY statement with
MD '/QNTC/mypc'
or in the example you gave:
MD '/QNTC/TX123F0A001'
Add a MONMSG CPFA0A0 after the MD as in
md '/QNTC/GDL164'
Ownership of object QZLSCKSVR in QTEMP type *USRSPC changed.
Directory created.
md '/QNTC/GDL164'
Object already exists. Object is /QNTC/GDL164.
MD '/QNTC/TX123F0A001'
MONMSG CPFA0A0 'Object already exists'
CPY OBJ('/REPORTS/DEMO/HIR234/FINREPORT.PDF')
TODIR('/QNTC/TX123F0A001/AppsQA/AS400/FoodDocs/Labs/') TOCCSID(*CALC)
REPLACE(*YES)
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.