

gave the single quotation ( ‘ ) properly in from and to path field…
check and matched the case of the file name….and object type….
and refer this link <a href=”http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/cl/cpyfrmst.htm?notoc”>Copy from Stream File</a>


If the joblog doesn’t contain any useful messages, we’ll need to see the actual CPYFRMIMPF command including resolved parameter values.
Tom
call fi235clp
Member TAXCNV file TAXCNV in MW4FILE cleared.
File system error occurred. Error number 3025.
Copy command ended because of error.
Function check. CPF2817 unmonitored by FI235CLP at statement 5900,
instruction X’004D’.
CPF2817 received by FI235CLP at 5900. (C D I R)
CPF2817 received by FI235CLP at 5900. (C D I R)
Actual command is
CPYFRMIMPF FROMSTMF(‘/mw4ifs/fipstx.csv’) +
TOFILE(&filelib/TAXCNV) RCDDLM(*CRLF) +
DATFMT(*USA) TIMFMT(*USA) RPLNULLVAL(*FLDDFT)
error 3025 …
Message ID . . . . . . . . . : CPE3025
Message file . . . . . . . . : QCPFMSG
Library . . . . . . . . . : QSYS
Message . . . . : No such path or directory.
Cause . . . . . : The directory or a component of the path name specified
does not exist.
Recovery . . . : Correct the path or directory name and try your request
again.
Sounds like an error in the FROMSTMF(’/mw4ifs/fipstx.csv’)
So /mw4ifs is not in the root
Or fipstx.csv isn’t in that library
Hope this helps
Phil
Run this command:
What is shown?
Tom
Phil, you were spot on. The folder was under QDLS and not the root. After moving the folder and file to the root directory everything worked perfectly. Figured it was something simple but I was missing it. Thanks for the assist.
Thanks for the feedback.
Phil