Making a UN*X .ZIP Archive
$ ZIP/LEVEL=9/PKZIP/TRANSLATE=CRLF -
$ ZIP -9kll archive_name filespec
Use this for ASCII files ONLY!
Binary files (.ZIP, .EXE, etc.) will get scrambled!
Notes:
To make a .ZIP archive for use on UN*X, omit the /VMS qualifier or use the /PKZIP qualifier.
For ASCII (text) files (ONLY!), use the /TRANSLATE_EOL qualifier with the CRLF value. This will cause records in RMS files to be terminated with <LF> (linefeeds) within the archive.
Binary files will be rendered useless under these conditions.