Actually, I see in the "Using Data Sets" that an "extended addressability" data set must be SMS managed so that pretty much answers my question.
For 1.11, I have the $VERSION ROOT less than 4Gb on a second non-SMS staging resvol. I just do full volume copies of the staging resvols to the alternates and then do a series of IDCAMS commands to "rename" the staging $VERSION ROOT file to one with the first resvol as the last qualifier. Works simply and very well. I may just keep the separate pieces on the second staging resvol or put the $VERSION ROOT file under SMS-control. Thanks for the responses. On Wed, Nov 17, 2010 at 3:40 PM, Mark Zelden <[email protected]> wrote: > Now we're mixing top posting and bottom posting. :-) > > I had a feeling you were going to say that. What's wrong with this: > > FDR: > > > //*************************************** > //* COPY OF MAINTENANCE ZFS FILES * > //* TO NEWRS1 * > //*************************************** > //COPYZFS EXEC PGM=FDRCOPY,REGION=6M > //SYSPRINT DD SYSOUT=* > //SYSPRIN1 DD SYSOUT=* > //SYSUDUMP DD SYSOUT=* > //SYSIN DD * > COPY TYPE=DSF,DSNENQ=NONE,ENQERR=NO > SELECT CATDSN=SYS1.OMVS.MNTRS1.**, > NEWI=..NEWRS1,NVOL=NEWRS1 > /* > > > DFSMSdss: > > //*************************************** > //* COPY OF MAINTENANCE ZFS FILES * > //* TO NEWRS1 * > //*************************************** > //COPY EXEC PGM=ADRDSSU,REGION=6M > //SYSPRINT DD SYSOUT=* > //DASD1 DD UNIT=3390,VOL=SER=NEWRS1,DISP=OLD > //SYSIN DD * > COPY DATASET - > (INCLUDE (SYS1.OMVS.MNTRS1.**)) - > ALLDATA(*) - > ALLEXCP - > OUTDD(DASD1) - > PROCESS(SYS1) - > REPLACEUNCONDITIONAL - > TOL(ENQF) - > CANCELERROR - > RENAMEUNCONDITIONAL(**,SYS1.OMVS.NEWRS1.**) > /* > > > BTW, for the other thread I saw start... this is a DFDSS logical dump. :-) > > -- > Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS > mailto:[email protected] > Mark's MVS Utilities: > http://home.flash.net/~mzelden/mvsutil.html<http://home.flash.net/%7Emzelden/mvsutil.html> > Systems Programming expert at http://expertanswercenter.techtarget.com/ > > > On Wed, 17 Nov 2010 15:31:01 -0800, Guy Gardoit <[email protected]> > wrote: > > >Just the convenience when cloning the $VERSION staging ROOT to an > alternate > >RESVOL. > > > >On Wed, Nov 17, 2010 at 2:55 PM, Mark Zelden <[email protected]> wrote: > > > >> On Wed, 17 Nov 2010 14:35:25 -0800, Guy Gardoit <[email protected]> > >> wrote: > >> > >> >Ok, I know I need to RTFM if I knew what manual to look in, but with > time > >> >being of the essence can someone point me to the right manual that > >> discusses > >> >"extended addressibility"? We want to merge the z/OS 1.12 various and > >> >sundry OMVS files into a single $VERSION ROOT zFS filesystem but it > >> exceeds > >> >4GB. Can a zFS, I.E. VSAM Linear data set, be greater than 4GB? In > what > >> >manual can I find an answer to that question? Our Storage people just > >> give > >> >me blank stares when I asked them about it. > >> > > >> >Thank you! > >> > > >> >-- > >> >Guy Gardoit > >> >z/OS Systems Programming > >> > > >> > >> Look at the DFSMS bookshelf. In particular "Implementing System > Managed > >> Storage". Hint: Have a look at the DATACLAS. > >> > >> It's not your question, but what advantage do you see in merging all the > >> various distributed root files (I call them "sysres root files") into a > >> single file > >> system? > >> > >> Mark > >> -- > >> Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS > >> mailto:[email protected] > >> Mark's MVS Utilities: > http://home.flash.net/~mzelden/mvsutil.html<http://home.flash.net/%7Emzelden/mvsutil.html> > <http://home.flash.net/%7Emzelden/mvsutil.html> > >> Systems Programming expert at http://expertanswercenter.techtarget.com/ > > ---------------------------------------------------------------------- > 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 > -- Guy Gardoit z/OS Systems Programming ---------------------------------------------------------------------- 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

