Error in CPYFRMIMPF
5 pts.
0
Q:
Error in CPYFRMIMPF
Hi All

I am trying to copy a .stmf from the IFS Folder using
CPYFRMIMPF +
FROMSTMF('/TRANSFER/NAD/Contract/Telexit/SF+
5008AK') TOFILE(SF5008AK) MBROPT(*ADD) +
STRDLM(*NONE) FLDDLM(',') /* 001 */

but getting an error 3025

Can somebody help me why i am getting this error
ASKED: Sep 11 2008  2:40 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
4165 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button


Hello,

Have you tried using the CPYFRMSTMF instead? Also, remember you CCSID has to be correct with OS V5R3.
See a few websites for information....

http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/cl/cpyfrmst.htm

http://search400.techtarget.com/tip/0,289483,sid3_gci879867,00.html#

http://publib.boulder.ibm.com/iseries/v5r1/ic2924/index.htm?info/cl/cpyfrmim.htm
Last Answered: Sep 11 2008  2:45 PM GMT by Tpinky   4165 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Koohiisan   1005 pts.  |   Sep 18 2009  5:37PM GMT

For anyone else that might have a problem here…

I got the same error because I had not matched the case of the filename (e.g., I called it FILE.csv instead of file.csv). So, if you get this error, you may want to double-check the correct case used in the path and filename.

HTH.

 
0