×
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.
Bad data.
If you can look at the file on your IFS (DSPF or copy the file to a folder on you pc and open with Notepad++)
You should be able to identify the columns where the numeric value should be.
With that done you may be able to manually fix the file (EDTF) ?
Another option may be to use Scott Klement's examples and create a program that can read and maybe
fix bad data errors in such files?
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Anne Boninsegna
Sent: Wednesday, January 14, 2015 7:48 AM
To: midrange-l@xxxxxxxxxxxx
Subject: CPYFRMIMPF reason code 9
I've got the following command in a CL program:
CPYFRMIMPF FROMSTMF('/SPS/PO/F47011_01132015.TXT') +
TOFILE(IBIJDELIB/F47011SPS) RCDDLM(*CRLF) +
STRDLM(*NONE) FLDDLM(*TAB) +
ERRRCDFILE(IBIJDELIB/QCLSRC SPSPOERR) +
RPLNULLVAL(*FLDDFT)
I'm getting the following error:
9 - The data for the field SYDCP is not valid for the data type of the TOFILE.
From what I can see, SYDCP should be receiving a value of 0. On the IBMi, it is a packed field length of 5 with 5 decimals.
Can anyone help shed some light?
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.