On Sat, 19 Jan 2013 12:24:27 +1100, Andrew Rowley wrote:
>
>A quick look at the documentation suggests that CTRLCONN might be the
>equivalent for the control connection.
>
> From memory, when you ask for a list of datasets the list is
>transferred over the data connection - so there could be some puzzling
>results if the control and data connections are using different code
>pages...
>
This is in:
Title: z/OS V1R11.0 Comm Svr: IP User's Guide and Commands
Document Number: SC31-8780-09
CTRLConn seems mostly to control the choice of ASCII code page used
by the control channel, whereas I see the OP as having problems with
the default EBCDIC code page. The one variant that seems promising
is if the OP were to specify both:
SITE CTRLConn=FTP_STANDARD_TABLE
LOCSITE CTRLConn=FTP_STANDARD_TABLE
Where:
FTP_STANDARD_TABLE
Indicates that the FTP internal tables, which are the same as
the tables that are shipped in TCPXLBIN(STANDARD), are to be
used on the control connection.
(Note that it appears the default tables may differ from the "internal"
tables. The remaining hazard is that the site may have perversely
overridden the internal tables.)
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN