SCF Reference Manual for G-Series RVUs (G06.27+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-005
5-49
DEFAULT Command
DEFAULT Command
The DEFAULT command resets specific object attributes to their default values.
Object attributes are defined by each subsystem and differ from subsystem to
subsystem. The default value of the attribute is defined by the specific subsystem
being used.
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 whose attributes are to be reset. The variable object-
spec is defined on page 5-2. You can omit object-spec if it has been assumed.
(See ASSUME Command on page 5-36.)
attribute-name
is the name of an attribute to be set to its default value.
Consideration
If attribute-name is not specified, all attributes associated with the assumed or
specified object are set to their default values.
Examples
•
The following command resets all attributes associated with an assumed object
named $AM32XY:
-> DEFAULT $AM32XY
•
The following command resets the attribute named CPADPARMS for an SU object
named $X25LN.#SU2:
-> DEFAULT SU $X25LN.#SU2, CPADPARMS
DEFAULT [ /OUT file-spec/ ] [ object-spec ]
[ , attribute-name ]…