Backup using PGM=ADRDSSU with JCL (something like, from memory): 
 
//BKUPSMPE  EXEC  PGM=ADRDSSU
//SYSPRINT  DD  SYSOUT=*
//OUTDD1 DD DSN=<whatever your GDG DSN on tape is>(+1),
// DISP=(NEW,CATLG,DELETE),
// UNIT=CART (or similar)
//FILTERDS DD    *
 INCLUDE( -
         <whatever your SMP/E datasets hlq are>.** -
         <ditto, if any other hlq's etc.>.** -             
        )
//*
//SYSIN    DD    *
 DUMP DATASET(FILTERDD(FILTERDS)) -
      OUTDDNAME( -
                OUTDD1 -
               ) -
      CANCELERROR -
      INCAT(<your usercat DSN>) -
      OPTIMIZE(4) -
      WAIT(2,2)
//* 
 

 
 
On 16/02/2021 00:26, Clark Morris wrote:
> [Default] On 15 Feb 2021 14:35:08 -0800, in bit.listserv.ibm-main
> scarra...@unicaja.es (Salva Carrasco) wrote:
>
>> The basic of SMP/E is: make a full backup first.
> And at every step in the process that changes any of the data sets or
> CSIs except for receiving holddata.
>
> Clark Morris
>> ----------------------------------------------------------------------
>> 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
> .
>

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