Look at the meaning of the convert operand in UNIX System Services Command
Reference.  YES specifies conversion table BPXFX000 which, unless you have
changed it, is an alias for BPXFX111 which converts between IBM-037 and
IBM-1047, both of which are EBCDIC.  You probably need to specify BPXFX311
which converts between IBM-1047 (EBCDIC)and ISO8859-1 (ASCII).

:>: -----Original Message-----
:>: From: IBM Mainframe Discussion List [mailto:[email protected]] On
:>: Behalf Of Mark Yuhas
:>: Sent: Saturday, March 01, 2014 8:06 PM
:>: To: [email protected]
:>: Subject: OCOPY fails to convert text
:>:
:>: I have a REXX EXEC that copies a MVS file to zFS file.  The zFS file is
:>: used as input to create a chart under Windows.
:>: When the REXX EXEC runs, the file is copied without any text conversion.
:>: Here are REXX statements:

<snip>

:>: "ocopy indd(filein) outdd(fileout) text convert(yes) pathopts(use)"

<snip>

:>: The resulant zFS file is a copy of the MVS file - no text conversion.
:>: I don't know why this is happening.  I have a more complex REXX EXEC
:>: that transfers
:>: approximatedly 120 files in the same manner.  I have no problems with
:>: the second
:>: REXX EXEC.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to