View previous topic :: View next topic |
Author |
Message |
GuruRaj Beginner
Joined: 19 Dec 2003 Posts: 21 Topics: 15
|
Posted: Wed Mar 31, 2004 4:00 am Post subject: backup |
|
|
hi
when i take physical backup(full volume) i am getting an error
that is there is a vsam data component that is uncatloged.
is it possible to take backup skiping that dataset. |
|
Back to top |
|
|
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Wed Mar 31, 2004 4:25 am Post subject: |
|
|
How are you taking your backup, with HSM, Adrdssu? What parameters are you using? |
|
Back to top |
|
|
GuruRaj Beginner
Joined: 19 Dec 2003 Posts: 21 Topics: 15
|
Posted: Wed Mar 31, 2004 4:32 am Post subject: |
|
|
hi
we are using the follwing jcl to take backup
Code: |
//ADRDSSU EXEC PGM=ADRDSSU,REGION=0K
//SYSPRINT DD SYSOUT=*
//DASDIN DD UNIT=3390,VOL=SER=R14D01,DISP=SHR
//TAPEOUT DD DSN=BKP.R14D01,DISP=(NEW,CATLG),
// UNIT=560,LABEL=(1,SL),VOL=SER=RD01
//SYSIN DD *
DUMP INDD(DASDIN) OUTDD(TAPEOUT)
/*
|
|
|
Back to top |
|
|
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Apr 02, 2004 9:50 am Post subject: |
|
|
Take a look at the documentation, there are error control parameters. |
|
Back to top |
|
|
sarav80 Beginner
Joined: 20 Sep 2003 Posts: 13 Topics: 11 Location: Bangalore
|
Posted: Sun May 16, 2004 2:04 am Post subject: |
|
|
Hi Guru,
Recatalog the VSAM Dataset with using RECATALOG option or u can scratch the dataset if not needed by using IDCAM utility and PURGE , VVR option.
hope this works.
Meghana |
|
Back to top |
|
|
zoobink Beginner
Joined: 01 Feb 2004 Posts: 9 Topics: 1
|
Posted: Sun May 16, 2004 2:30 am Post subject: |
|
|
Quote: |
IDCAM utility and PURGE , VVR option.
|
This will only work if the Volume is SMS managed.
Its a bit more complicated if its a NON-SMS vol. |
|
Back to top |
|
|
|
|