150 pts.
 No such path in wrkflr
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

Answer Wiki:
I had to add the library QDLS to the path in order to make it work.
Last Wiki Answer Submitted:  November 17, 2011  3:09 pm  by  a1maida   150 pts.
All Answer Wiki Contributors:  a1maida   150 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

No such path in wrkflr

Do you have a question? Everything seems to be explained. It’s not found.

Tom

 108,135 pts.

 

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

 108,135 pts.