Transferring from CSV file to AS400...

L

Lance

This is probably more an AS400 issue, but I don't mind any
input. I'm trying to import two columns of data (acct
number, payment info) from a CSV file into the AS400. I've
just received this error:

---------------------------------------------
Incorrect decimal point in the record.

Record number: 1
Error range (in Bytes):
Start: 7
End: 17
PC Field Name: MPPD
---------------------------------------------
There is an FDF file that is associated with the transfer
and the contents include this:

---------------------------------------------
PCFDF
PCFT 1
PCFO 7,6,10,7,* Option Settings
PCFL MPGRP 2 6
PCFL MPPD 2 10/2
---------------------------------------------
The actual data for record 1 looks like this:

38101,1630.72


Any suggestions?

Thanks,

Lance
 
Top