On Fri, Aug 13, 2010 at 4:05 PM, Jim McAlpine <[email protected]>wrote:

> I ran the following to archive 2 files at once -
>
>
> > //ZIP     EXEC PGM=ZIP,
> > //  PARM='/ -v -a  dd:archive -@'
> > //STEPLIB  DD DSN=INFOZIP.LOAD,DISP=SHR
> > //SYSPRINT DD SYSOUT=*
> > //SYSOUT   DD SYSOUT=*
> > //CEEDUMP  DD SYSOUT=*
> > //ARCHIVE  DD DSN=INFOZIP.ARCHIVE,DISP=(NEW,CATLG),
> > //            SPACE=(CYL,(10,10),RLSE),.....
> > //SYSIN    DD *
> > 'SEQ.DATASET1.TXT'
> > 'SEQ.DATASET2.TXT'
>
> and downloaded it to my pc in binary and unzipped it but the resultant
> files have no end of line separators and I'm left with files of just a
> single line.  Is there a parameter to fix that behaviour.
>
> Jim McAlpine
>
>
Eventually found the doc and as a result added the -l parameter which fixed
he problem.  The files now contain CRLF instaed of  LF (or NL or whatever it
is).

Jim McAlpine

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