View previous topic :: View next topic |
Author |
Message |
Ganti Beginner
Joined: 04 Dec 2002 Posts: 8 Topics: 3 Location: St.Louis, MO, USA
|
Posted: Tue Sep 16, 2003 3:26 pm Post subject: ADRDSSU - Backup and Restore |
|
|
Hi,
I was wondering if a RESTORE of a VSAM dataset, from a previous backup using ADRDSSU performs an implicit REORG by itself ( I mean whether the CI/CA splits get eliminated) _________________ Ganti |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Thu Sep 18, 2003 12:47 am Post subject: |
|
|
You can logically and physcially backup and restore with ADRDSSU. The physical restore will not do a reorg for you. The logical restore might, I am not sure - try testing it yourself. To reorg a dataset we usually do a HMIG and HRECALL on it - that is the easiest way to do it. Please note that any of these solutions are not permanent. If your jobs delete/define your dataset then you will again most likely get splits and extents again. You should change your VSAM definitions to respect any changes in the dataset (extents, ci splits, freespace, etc.). |
|
Back to top |
|
 |
|
|