iconv -l

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
DianaAsencio
Posts: 11
Joined: Thu Mar 16, 2017 2:11 pm

iconv -l

Post by DianaAsencio »

how can i lists the available codepages and what they mean?
I need to figure out the correct setting for the "servercp" and the client clientcp.

so confused :(
DianaAsencio
Posts: 11
Joined: Thu Mar 16, 2017 2:11 pm

Re: iconv -l

Post by DianaAsencio »

Let me explain what i am trying to do.
I am having great difficulty knowing how to select the right SERVERCP and CLIENTCP parameters.

Can someone help me list all my SERVERCP and CLIENTCP options? and selecting the right one?

Todays testing:
Larry sent a PO file from iSeries  Exact(UNIX)  mainframe OMVS

Once on OMVS Jim has to move the file to the native file system: MVS.
Jim’s sFTP job is from OMVS(server) to MVS (client)
Remoteserver = mv06ibm
Servercp=ISO8859-1

Client is MV06 = IBM-1047


For the Co:Z SFTP server the default is ISO8859-1. For the Co:Z SFTP client, the default is the default locale codeset of the client's process (some variant of EBCDIC).
Post Reply