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

----------------------------------------------------------------------
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

Reply via email to