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

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

Reply via email to