MPE/iX Commands Reference Manual (32650-90877)
Chapter 3 41
Command List I
Commands ABORT to BYE
Example
To allocate a procedure identified as PROC1, that resides in SL.PUB.SYS, enter:
ALLOCATE PROCEDURE,PROC1
Program files residing in the nonsystem domain (a volume set) are not allocated. Attempts
to do so result in a LOAD ERR 92 message.
Related Information
Commands DEALLOCATE
Manuals Introduction to MPE XL for MPE V Programmers
ALLOW
Grants a user access to a specific operator command.
Syntax
ALLOW FILE=f
ormaldesignator
[ ;SHOW]
ALLOW[
@.@
|
user.@
|
@.acct
|
user.acct
;COMMANDS=
command
[ ,
command
,...]
Parameters
formal- designator An ASCII file name, which may consist of one to eight alphanumeric
characters, beginning with an alphabetic character. It may be fully or
partially qualified and may be back-referenced in a file equation.
SHOW Lists input lines on $STDLIST.
@.@ Grants access to all users whether logged on or not.
user.@ Grants access to a specific user in all accounts.
@.acct Grants access to all users in a specific account.
user.acct Grants access to a specific user in a specific account.
command The names of those commands to which the user is granted access.
Operation Notes
The operator uses the ALLOW command to distribute specific operator commands to system
users. ALLOW specifies which users may execute operator commands, and which commands
they may execute.
You may specify an indirect file with the ALLOW command, or you may execute ALLOW in
subsystem mode. Each of these is explained below.
Using an indirect file to allow commands
To allow commands via an indirect file, you create a file that contains records identifying
the users and accounts to whom you are allowing operator commands, followed by the list
of commands allowed.
Using an indirect file with the ALLOW command is particularly convenient for system