CPYFRMIMPF FROMSTMF('/SANWEIGH/SANSPACE.CSV') TOFILE(AXMTESTLIB/SANSPACE01 ) MBROPT(*REPLACE) RCDDLM(*CRLF) File system error occurred. Error number 3025. Copy command ended because of error.
Software/Hardware used:
ASKED:
November 16, 2011 7:07 PM
UPDATED:
November 18, 2011 12:52 AM
No such path in wrkflr
Do you have a question? Everything seems to be explained. It’s not found.
Tom
The WRKFLR command is old. It accesses the /QDLS file system. Your CPYTOIMPF command was giving a path in the /root file system (which would be a much better choice than /QDLS.)
The WRKFLR command should be forgotten; it’s slowly being obsoleted. Use WRKLNK and avoid /QDLS.
Tom