On Sat, 20 Jun 2009, McKown, John wrote: > > You could also enclose in " marks. > > /u/userid/zip31b: >zip -av -1 /tmp/BIG_FILE.zip "//'userid.BIG.FILE'" > > or > > "//'userid.BIG.PDS(MEMBER)'" >
I forgot to mention that the above will have problems if the DSN or member has a $ in it as the shell will think it is a variable to be expanded. An alternate could possibly be: '//\'userid.BIG.PDS(MEMBER)\'' But they are all rather ugly. In UNIX, it is best to avoid the $ # and @ signs as they can indicate things to the shell. -- Trying to write with a pencil that is dull is pointless. Maranatha! John McKown ---------------------------------------------------------------------- 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

