Steve Comstock wrote:
John McKown wrote:
On Fri, 26 Sep 2008 07:59:40 +0200, Hunkeler Peter (KIUK 3)
<[EMAIL PROTECTED]> wrote:

<snip>
I'd suggest:

1) OMVS to start a UNIX shell. Or, if available, better use
  telnet, rlogin, SSH to log into UNIX.
2) cp "//'BRASIL.ZOS.CONTEST.JCL(DATA1)'" data1
3) iconv -f ibm-1047 -t iso8859-1 data1 > data2
  don't forget output redirection (>)!
4) cp data2 "//'BRASIL.ZOS.CONTEST.JCL(DATA1)'"
5) ctrl-d   or   exit  to leave the shell
  (or just keep the session around if using
   telnet, rlogin, SSH, you might need to try once
   more :-)

--
Peter Hunkeler
Credit Suisse

I'd really suggest installation of Dovetailed Technologies Co:Z free
product. Why? It will do the above in a single step!

fromdsn -s IBM-1047 -t ISO8859-1 'BRASIL.ZOS.CONTEST.JCL(DATA1)' >/data1

reverse it?

todsn -s ISO8859-1 -t IBM-1047 'BRASIL.ZOS.CONTEST.JCL(DATA1)' </data1

--
John

Hey guys, I think the cp commands need to use the B flag,
otherwise you get the strange NL, CRLF kinda' exchange going.
Not sure how the Dovetailed software handles that.

Amending my own post, it looks like -F bin would also
suffice for the cp commands.

And the docs are sufficiently muddied here that maybe you
don't need either after all, since in their absence the
command tries to determing implicitly the type of copy
to do.



Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==

----------------------------------------------------------------------
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