SCF Reference Manual for G-Series RVUs (G06.24+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-004
5-70
INITIALIZE Command
INITIALIZE Command
The INITIALIZE command prepares an object to be used in a NonStop system.
This is a sensitive command.
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable file-spec is defined on page 5-9.
object-spec
designates the object to be initialized. The variable object-spec spec is defined
on page 5-2. You can omit object-spec if it has been assumed. (See ASSUME
Command on page 5-36.) The objects to which this command can be applied
depend on the subsystem.
qualifier
is one or more subsystem-specific qualifiers.
Example
The following command initializes the CE sector and spare tracks table of $DISK01
and changes the label to $DISKNEW. It also destroys any existing files on the volume.
-> INITIALIZE DISK $DISK01, LABEL $DISKNEW
INITIALIZE [ /OUT file-spec/ ] [ object-spec ][ , qualifier ]