I need to transfer an ASCII file that has a field that may contain negative numbers to my iSeries. I'm getting nowhere with this. Can someone tell me how I might do this?
Software/Hardware used:
ASKED:
January 12, 2009 5:29 PM
UPDATED:
January 13, 2009 4:23 PM
Phil,
I can have it as a flat file or a delimited file.
What type of conversion are you talking about using %dec?
Robert
No problem use CPYFRMIMPF it defaults to CSV deliminated “” and ,
and will move -54.21 to a signed or packed field as negative 54.21.
Phil