MPE/iX Commands Reference Manual (32650-90877)
Chapter 11 423
Command List IX
Commands RECALL/=RECALL thru RUN
the specified account.
thisisit.@.account
Any MPE file named thisisit in all groups in
one particular account.
?@.@.acct
All MPE named files in all the groups in one particular
account.
@
All (MPE and HFS) files in the CWD. This is the default
for everyone, regardless of permissions.
@.@
All (MPE and HFS) files in the logon account.
@.@.@
All the files and directories (MPE and HFS) on the system.
?@.@.@
All MPE named files on the system.
SHOW Request to list names of restored files. Default is a listing of the total
number of all files restored and not restored. For files not restored, the
reason and the names are listed. This listing is sent to $STDLIST (formal
designator SYSLIST) unless a FILE command is entered to send the listing
to some other device. For instance, the following file equation entered
before the RESTORE command would send the listing to a line printer:
FILE SYSLIST; DEV=LP
showparmlist Tells RESTORE what information to display for the files that are restored. If
you specify ;SHOW and omit
showparmlist
, then the default is SHORT if the
recordsize of SYSLIST is less than 132 characters, or LONG if the recordsize
is equal to or greater than 132 characters. The format for showparmlist is:
showparm
[,
showparm
[,
showparm
[,...]]]
where showparm may be one of the options described below. If you do not
specify SHORT or LONG, then the base information is SHORT if SYSLIST is
less than 132 characters, or LONG if SYSLIST is 132 or more characters.
NOTE
If an HFS-named file is specified in the
filesetlist
, or the expansion of a
wildcard includes a HFS-named file, then a HFS-style output listing will be
used. This listing shows the same information as the MPE format, but puts
the name of the file at the right end of the listing, to allow for longer HFS
names. If a HFS name is too long to fit in the record size of the output file, it
will be wrapped onto the next line. Wrapping is signified by a "*" as the last
character on the line.
showparm
SHORT Overrides the LONG display to show file, group, and
account name or the fully qualified path name, volume
restrictions, file size (in sectors), file code, and media
number.
LONG Overrides the SHORT display to show all the information
that SHORT does plus the ending reel number, record size,
blocking factor, number of extents, EOF, and file starting
and ending media number. For spoolfiles, the old spoolfile
name is also displayed.