Hm, I only have a USS version of zip and unzip to be run in a shell, or if in 
batch then for instance in BPXBATCH.

Here a command line example:

unzip  test.zip
   unpacks all files in test.zip into the current directory

unzip -d out test.zip
   unpacks all files in test.zip into directory out which will be created if 
not existing

If you want to access an MVS file the syntax is like this: 
"//'myhlq.some.file'".  unzip is able to read an MVS data set.so in a shell you 
could do this:

unzip -d out  "//'myhlq.test.zip'"


-- 
Manfred

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to