MPE/iX Commands Reference Manual (32650-90877)

Chapter 12 485
Command List X
Commands SAVE thru SHUTQ
Syntax
SHOWALLOCATE[ STATUS[,
listfile
]
ALLOCATE [,[
fileset
][,
listfile
]]
ALL[,[
fileset
][,
listfile
]] ]
Parameters
STATUS Request to display a summary of status information includes:
(1)Number of programs allocated;
(2)Size and percentage of utilization of the following system tables:
Code segment table, code segment extension block table, and loader
segment table.
ALLOCATE Request to display programs for ALLOCATE specified by fileset, and the
number of users sharing each program.
ALL Request to display all information provided by parameters: STATUS and
ALLOCATE and the default.
fileset
Specifies the set of files to be searched for. Default is
@.@.@
. This
parameter is of the form:
filesdesignator[.groupdesignator[.acctdesignator]]
fileset
can be entered in any of the following formats and may use wild
card characters, in any order, as replacements.
file.group.account
SHOWALLOCATE file named in specified group and account.
file.group
SHOWALLOCATE specified file named in any group and any account.
file
SHOWALLOCATE specified file named in any group and any account.
@.group.account
SHOWALLOCATE all files in specified group and account.
@.@.account
SHOWALLOCATE all files in all groups in specified account.
@.@.@
SHOWALLOCATE all files in system and default.
@
SHOWALLOCATE all files in all groups in all accounts.
@.group
SHOWALLOCATE all files in specified group in any account.
file.@.account
SHOWALLOCATE specified file in any group of specified account.
NOTE
The characters
@
,
#
, and
?
can be used as wild card characters in the
fileset
parameter. These wild card characters have the following meanings:
@
specifies zero or more alphanumeric characters.
#
specifies one numeric character.
?
specifies one alphanumeric character.
The characters can be used as follows:
n@
All files starting with the character
n
.