SCF Reference Manual for J-Series and H-Series RVUs
SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs—529649-003
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 command is sensitive.
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
•
This command resets all attributes associated with an assumed object named
$AM32XY:
-> DEFAULT $AM32XY
•
This 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
]…










