SCF Reference Manual for J-Series and H-Series RVUs

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
5-28
ALLOWOPENS Command
ALLOWOPENS Command
The ALLOWOPENS command allows file opens to be issued to an object. This
command reverses the effect of a STOPOPENS command.
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 objects that are allowed to have opens issued to them. 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.)
SUPERONLY
allows only the super ID (255,255) to open a file on the specified object.
SUB [
subobjtype
]
selects the subordinate objects the command affects. The variable
subobjtype
can be a subordinate object type or one of the keywords ONLY, ALL, or NONE, as
explained under SCF Subdevices on page 3-5.
SEL [ NOT ]
state
directs the command only at objects in the specified state or only at those not in
the specified state. Valid states are listed in Table 3-1
on page 3-7. The use of
this option is subsystem-specific.
Consideration
To stop opens to an object, use the STOPOPENS command (described on
page 5-117).
Examples
This command allows opens to the workstation subdevice $L3.#TERM:
-> ALLOWOPENS WS $L3.#TERM
This command negates a previous STOPOPENS command to the line $SNA1:
-> ALLOWOPENS LINE $SNA1
ALLOWOPENS [ /OUT
file-spec
/ ] [
object-spec
][ , SUPERONLY ]
[ , SUB [
subobjtype
] ] [ , SEL [ NOT ]
state
]