Of the three steps in the sample, only the second step creates PAGEDUMP and writes IPL text.
The first step deletes any pre-existing PAGEDUMP. The third step catalogs the new PAGEDUMP created in the second step. Nothing 'holds' the volume. You can put PAGEDUMP pretty much anywhere *except* sysres (already has IPL text) or the SAD volume itself (prohibited by SAD). You can put PAGEDUMP on as many volumes as you wish to guard, for example, against loss of access to a particular volume. SAD should be rebuilt for each new z/OS release and any other time a ++HOLD says to do it. . . . JO.Skip Robinson Southern California Edison Company SHARE MVS Program Co-Manager 626-302-7535 Office 323-715-0595 Mobile [EMAIL PROTECTED] IBM Mainframe Discussion List <[email protected]> wrote on 12/15/2005 05:09:24 AM: > Skip, > I notice that PAGEDUMP is allocated after the step that creates > the IPLTEXT in another step. I thought that PAGEDUMP held the SAD > program. I thought that it was bootstrapped from the IPLTEXT to > PAGEDUMP. Is this correct? If so, why isn't it allocated int the > AMDSAOSG step? > thanks, > Karl > > -----Original Message----- > From: Skip Robinson <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wed, 14 Dec 2005 21:34:17 -0800 > Subject: Re: Need SAD JCL > > > This works.... > > //CLEANVOL EXEC PGM=IDCAMS > //SYSPRINT DD SYSOUT=* > //SYSIN DD * > DEL SYS1.PAGEDUMP.VSYSB00 PURGE /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */ > SET MAXCC = 0 > //* */ > //* */ > //AMDSADMP EXEC PGM=AMDSAOSG > //SYSLIB DD DISP=SHR,DSN=SYS1.MACLIB > // DD DISP=SHR,DSN=SYS1.MODGEN > //GENPRINT DD SYSOUT=* > //GENPARMS DD * > AMDSADMP VOLSER=SYSB00, <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< * > DUMP=('SP(ALL) IN ASID(1,'JES2','JESXCF') X > ALSO DATASPACES OF ASID(1,'DUMPSRV','JESXCF','APPC','SMSX > VSAM','CONSOLE','SMSPDSE','SMSPDSE1') X > ALSO PAGETABLES OF DATASPACES'), X > CONSOLE=SYSC,REUSEDS=ALWAYS, X > OUTPUT=Dxxxx ---> SADUMP TO DASD VOL=SER=vvvvvv > END > END > //* */ > //* */ > //CATLGDDS EXEC PGM=IDCAMS > //SYSPRINT DD SYSOUT=* > //SYSIN DD * > DEF NVSAM (NAME(SYS1.PAGEDUMP.VSYSB00) /* <<<<<<<<<<<<<<<<<<<<<< */ - > DEVT(3390) VOL(SYSB00)) /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */ > > . > . > . > JO.Skip Robinson > Southern California Edison Company > SHARE MVS Program Co-Manager > 626-302-7535 Office > 323-715-0595 Mobile > [EMAIL PROTECTED] > > IBM Mainframe Discussion List <[email protected]> wrote on 12/14/2005 > 05:15:45 PM: > > > Please point me at JCL to create the SAD dump IPLTEXT on DASD. I have > tried > > the sample in Service Aids and wasted much time trying to remember > > how to make > > them work. I need the CC cards also. Is there another publication which > > contains them? ---------------------------------------------------------------------- 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

