On Thu, 20 Mar 2008 10:39:28 -0500, Mark Zelden wrote:
>
>         XLATE WORKAREA,(4),TO=A
>
?!?!?!?!

Doesn't XLATE use the dreadful IGC0010C (IIRC) conversion table?

I might try (totally untested):

//STEP  EXEC  PGM=FTP,PARM='localhost (EXIT'
//TEMP   DD   DISP=(,PASS),DSN=&&TEMP,...
//INPUT  DD   *
      ...
  binary
  quote TYPE A
  quote site sbdataconn=(IBM-1047,ISO8859-1)
  get 'DATA.SET.NAME' DD:TEMP

... perhaps even followed by:

  close
  open windowshost
      ...
  binary
  put DD:TEMP windows.file
  quit

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to