On Mon, 15 Oct 2012 16:34:24 +0100, af dc wrote:
>Hello,
>I need to copy data from STK/9840 tape media (text sequential dsns) to disk
>on Ascii format. To send them to AIX. What is the best way of doing it ??
>Env is z/os 1.12
>
>1) recall dsns (they are hsm migrated)
>2) running ditto to convert those dsns to ascii format
Does DITTO use the dreaded IGC0010C translate table? If so, avoid it.
>3) send those ascii files to AIX machine
>
I'll second John's FTP suggestion. Easy PoC:
ftp AIX
user
password
cd 'SYS1.MACLIB'
ascii
put SPLEVEL
quit
Log in to AIX and see what got there.
You have some control of code page conversion with
QUOTE SITE/LOCSITE sbdataconn(...,...)
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN