Also run with PARM='TYPRUN=NORUN' to test process out.

Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Rajesh Janakiraman
> Sent: Thursday, March 20, 2014 8:03 AM
> To: [email protected]
> Subject: Re: Restoring a VSAM dataset in Production
> 
> thanks mate..
> 
> 
> On Thu, Mar 20, 2014 at 8:22 PM, Pommier, Rex
> <[email protected]>wrote:
> 
> > Nothing that I'm aware of.  Using RENUNC and making sure you do NOT
> > specify REPLACE should keep your current production datasets safe.
> >
> >
> >
> > -----Original Message-----
> > From: IBM Mainframe Discussion List [mailto:[email protected]]
> > On Behalf Of Rajesh Janakiraman
> > Sent: Thursday, March 20, 2014 9:39 AM
> > To: [email protected]
> > Subject: Re: Restoring a VSAM dataset in Production
> >
> > Dude,
> > Is there any important procedure to do before submitting this job? BTW
> > really thanks for the valuable response.
> >
> >
> > On Thu, Mar 20, 2014 at 7:48 PM, Pommier, Rex
> <[email protected]
> > >wrote:
> >
> > > Do you have access to the DFSMSdss Storage Administration manual?
> > > The following is example 5 from the manual, which shows how to do a
> > > logical restore with rename of a VSAM dataset.  I would make a minor
> > > change, changing RENAME to RENUNC, but otherwise the example looks
> > > like a good
> > one
> > > to start with.
> > >
> > >
> > >
> > >
> >
> >
> ___________________________________________________________________
> ___
> > ____________
> > >   |
> > >            |
> > >   | //JOB3     JOB   accounting information,REGION=nnnnK
> > >           |
> > >   | //STEP1    EXEC  PGM=ADRDSSU
> > >           |
> > >   | //TAPE     DD    UNIT=3480,VOL=SER=TAPE04,
> > >           |
> > >   | //  LABEL=(1,SL),DISP=(OLD,KEEP),DSN=USER3.BACKUP
> > >            |
> > >   | //SYSPRINT DD    SYSOUT=A
> > >            |
> > >   | //SYSIN    DD    *
> > >           |
> > >   |  RESTORE INDD(TAPE) OUTDYNAM(338000) -
> > >           |
> > >   |    DS(INCL(PARTS.VSAM1))             -
> > >           |
> > >   |    RENAME(*.VSAM1,*.VSAM2)           -
> > >           |
> > >   |    CATALOG
> > >           |
> > >   | /*
> > >           |
> > >   |
> > >            |
> > >
> > >
> >
> |___________________________________________________________________
> __
> > |_____________|
> > >
> > >
> > > A VSAM key-sequenced data set, PARTS.VSAM1, is restored from a
> > > logical dump tape in this example. It is renamed as PARTS.VSAM2 and
> > > cataloged in the standard order of search. The cluster's components,
> > > PARTS.VSAM1.DATA and PARTS.VSAM1.INDEX, are also renamed.
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to