On Thu, 20 Mar 2008 10:57:30 -0500, Mark Zelden <[EMAIL PROTECTED]>
wrote:

>On Thu, 20 Mar 2008 10:39:28 -0500, Mark Zelden <[EMAIL PROTECTED]>
>wrote:
>
>>On Thu, 20 Mar 2008 10:04:11 -0500, McKown, John
>><[EMAIL PROTECTED]> wrote:
>>
>>>I cannot think of an easy way to do this, so I thought that I'd ask. I
>>>want to copy a sequential file to another sequential file (both on DASD,
>>>not tape!), translating the contents from EBCDIC (CP-037) to ASCII
>>>(ISO8859-1). I can think of a way to do it using UNIX services, but I'm
>>>hoping for a simplier method. The ASCII file is to be transferred to a
>>>Windows system, so each line must end in CRLF.
>>>
>>

>
><snip>
>
> BROWSE    SYS1.CEE.SCEEPROC(EDCICONV)             

<snip>

Here is a working sample:

//EDCICONV  EXEC PGM=EDCICONV,                                    
//          PARM=('FROMCODE(IBM-037),TOCODE(ISO8859-1)')          
//STEPLIB   DD DSNAME=SYS1.CEE.SCEERUN,DISP=SHR                   
//SYSUT1    DD DSNAME=input_file,disp=shr     
//SYSUT2    DD DSNAME=output_file,disp=(NEW,CATLG),...           
//SYSPRINT  DD SYSOUT=*                                           
//SYSIN     DD DUMMY                                              


--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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