Re: Ftp from as400 to PC




Dave wrote:
> Hello,
>
> I have packed value in a file in the AS400 and I need to send my file from
> as400 to PC
> and I need to send my file from pc to AS400 with FTP
> but I have a problem with packed caracteres
>
> please could you help
>
> Best regards
>
> Dave

Whether you get them to your PC in ASCII or EBCDIC, the PC won't know
what to do with the packed fields.

You probably should do a CPYTOIMPF on the AS400 side first and produce
a comma delimted file with numeric fields 'converted' from packed to
'unpacked'.

Scott

.



Relevant Pages


Loading