Vikesh Bhoola wrote:
I finally managed to get enough space for a ZFS to test the zip of a file > 2Gb
:
I successfully zipped a 4.7GB file (in USS).
Fri Jun 19 13:40:22 GMT 2009
/u/userid/zip31b: >zip -av -1 /tmp/BIG_FILE.zip /tmp/big_file.txt
Translating to ASCII...
adding: È_ø>¬¿ñèë¡ÈÌÈ
(in=5043928330) (out=1440061937) (deflated 71%)
total bytes=5043928330, compressed=1440061937 -> 71% savings
Fri Jun 19 14:07:38 GMT 2009
Also, I know it was mentioned by Timothy earlier that it may be possible to read directly from MVS files using "//" syntax.
I tried it using :
/u/userid/zip31b: >zip -av -1 /tmp/BIG_FILE.zip //userid.BIG.FILE
& got
Translating to ASCII...
zip warning: name not matched: //userid.BIG.FILE
zip error: Nothing to do! (BIG_FILE.ZIP)
Not sure if I got the syntax correct or if its just not build for MVS style
dataset input.
Bob, please let me if you managed to get the -D_LARGE_FILE support working for
cmsmvs/mvs.mki makefile
I tried to following your descriptions for the changes on this, but I still get "zip
error: Not supported (LARGE_FILE_SUPPORT enabled but OS not supporting it)."
Thanks for all assistance thus far,
Vikesh
Please Note: This email and its contents are subject to our email legal notice which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf
You might try double quotes around the file name construct,
with single quotes embedded to prevent prefixing; so:
/u/userid/zip31b: >zip -av -1 /tmp/BIG_FILE.zip "//'userid.BIG.FILE'"
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