Use PGM=ADRDSSU to backup your *complete* SMP/E product environment to a
new GDG entry (e.g. on tape/cart), and keep a note of the GDG entry
containing the backup so that you can restore your previous SMP/E etc.
from there if necessary.

 

E.g. something like:

//STEP1  EXEC  PGM=ADRDSSU
//SYSPRINT  DD  SYSOUT=*
//OUTDD1 DD DSN=<whatever backup GDG DSN>(+1),
// DCB=(,
// BLKSIZE=32760),
// DISP=(NEW,CATLG,DELETE),
// UNIT=CART
//FILTERDS DD    *
 INCLUDE( -
         <whatever CSI DSN hlq>                       -
         <whatever CSI DSN hlq #2, if any>            -
         <etc.>                                       -
         )
//SYSIN    DD    *
 DUMP DATASET(FILTERDD(FILTERDS)) -
      OUTDDNAME( -
                OUTDD1 -
               ) -
      CANCELERROR -
      INCAT(<whatever usercat>) -
      OPTIMIZE(4) -
      WAIT(2,2)
//*

 

Chris Poncelet (retired sysprog)



On 07/10/2019 19:37, Kurt Quackenbush wrote:
> On 10/7/2019 11:29 AM, Bill Giannelli wrote:
>> I apologize if this is a dumb question, I have 3 zones, global,
>> target and dlib, so if I had an "x y and z" as in your example, would
>> I then have 9 zones? x global target dlib, y global target dlib, z
>> gobal target dlib?
> Using Lizette's example, yes, 9 zones.  Although I assert you don't
> need to copy your global zone, just the target and dlib.  So really
> you have 3 target and dlib zones (6), all hanging off a single global
> zone (1) for a total of 7.
>
> Kurt Quackenbush -- IBM, SMP/E Development
> Chuck Norris never uses CHECK when he applies PTFs.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> .
>


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to