If you ever need to unzip anything on z/OS you can also use any SDK for Java (except perhaps something extremely old/obsolete) to get the job done. You'll probably find at least one Java release installed on every/any z/OS these days, so this method is very nearly universal (and increasingly so). You'd use this sort of syntax at a z/OS UNIX System Services (or "OMVS") prompt:
jar xf filename.zip assuming jar is available in your path, and also assuming the .zip file is not encrypted. That particular command will extract all the files inside the .zip file into your current zFS/HFS directory. -------------------------------------------------------------------------------------------------------- Timothy Sipples VCT Architect Executive (Based in Singapore) E-Mail: [email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
