RDB/VMS RMU/ALTER DEPOSIT_FILE — VMS RDB_4.1A
Puts a new file specification into the root file for an area file or snapshot file.
Additional information available:
Format
─┬──────>─────┬─>
F
I
L
E ─┬─> area-id ───┬─┬───────>─────┬─┐ └─>
D
E
P
O
S
I
T ─┘ └─> area-name ─┘ └─>
S
N
A
P
S
H
O
T ─┘ │ ┌─────────────────────────────<──────────────────────────┘ └──>
S
P
E
C
I
F
I
C
A
T
I
O
N typebox (=) file-spec ──>
Additional information available:
area-id
Specifies the number of the area or snapshot file whose file specification you are changing in the root file.
area-name
Specifies the area name of the area or snapshot file whose file specification you are changing in the root file.
SNAPSHOT
Specifies that the file whose root file fields you are changing is a snapshot file.
SPECIFICATION
Specifies the file specification that the area or snapshot file will have. Use a full file specification (including version number) if the area or snapshot file is not in your default directory. The file must be in the location you specify, otherwise the DEPOSIT FILE command fails.
Examples
Example 1
This example deposits a new file specification for the JOBS
storage area file. The word "(marked)" in the DEPOSIT FILE
display indicates that the JOBS storage area file is marked for
the specified location.
RdbALTER> DISPLAY FILE JOBS
Area JOBS:
File specification is: "DISK1:[RICK.RDB]JOBS.RDA;1"
Corrupt flag is: OFF
Inconsistent flag is: OFF
RdbALTER> DEPOSIT FILE JOBS SPECIFICATION="USER1:[RICK]JOBS.RDA;1"
Area JOBS:
(marked) File specification is: "USER1:[RICK]JOBS.RDA;1"