Is there a way to override the unicode conversion technique that is used by the SFTP client when running COZBATCH to transmit to ascii based systems and the SFTP server when a remote ascii based client connects to pull an ebcdic mainframe file.
I was looking for a way similiar to how ICONV does it with the _ICONV_TECHNIQUE= setting. I did some testing and SFTP always seems to use technique LMREC. I wanted to add a new technique (0) and have SFTP use it instead.
Override Unicode conversion technique
Re: Override Unicode conversion technique
Starting in Co:Z SFTP 1.10.0, you can use the "technique" setting for this.
For more information, see: http://dovetail.com/docs/sftp/options.h ... ns_general
For more information, see: http://dovetail.com/docs/sftp/options.h ... ns_general
Re: Override Unicode conversion technique
I did not see the 'technique' keyword in the v2.0.0 Users Guide, but I tried both "lzopts technique=0" and "ls /+technique=0" and it worked just fine. Thanks.