STORE and TurboSTORE/iX Products Manual (B5151-90003)

Chapter 5 69
Storing Files
Specifying Files in a STORE Command
MPE and HFS Naming Equivalences
When an MPE name component is a single @ wildcard, the @ includes all MPE and
MPE-named files at that level and below. To specify only MPE-named files, use ?@ instead.
The ? forces the first character of the filename to be an alphanumeric character, which only
matches MPE-named files.
MPE wildcards are not expanded in exclusion filesets. This means that @.@.@-@.@.@ is
NOT an empty fileset. @.@.@ is the same as /. -@.@.@ does not have an HFS equivalent.
-@.@.@ specifies all HFS-named files on the system, the resulting fileset is all of the HFS
named files on the system.
You can enter a fileset in any of the following formats and may use wildcard characters.
Equivalent MPE and HFS formats are grouped together.
Examples:
NOTE
All of the following examples assume that a file equation for T was previously
set up, by issuing the FILE command:
:FILE T;DEV=TAPE
Storing a single file
:STORE FILE1.PUB.RESEARCH;*T
file.group.acct One particular file in one particular group in one particular account.
file.group One particular file in one particular group in the logon account.
file ./file One particular file in the CWD.
@.group.acct
/ACCT/GROUP/
All files (MPE and HFS) in one particular group in one particular
account.
?@.group.acct All MPE-named files in one particular group in one particular account.
@.group
/LOGONACCT/GROUP/
All the files (MPE and HFS) in one particular group in the logon
account.
?@.group All MPE-named files in one particular group in the logon account.
@.@.acct /ACCT/ All the files (MPE and HFS) in all the groups in one particular account,
plus all the files and directories under the specified account.
?@.@.acct All MPE-named files in all the groups in one particular account.
thisisit.@.acct Any MPE-file named thisisit 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 MPE-named files in the system.
@.@.@ / All the files and directories (MPE and HFS) in the system.