This statement is used for selecting file names from pubset catalogs or archive directories according to criteria that are meaningful within HSMS.
This HSMS statement causes a list of file names to be compiled and optionally written to a file that can subsequently be referred to in an action statement. The criteria used for selection are not documented.
This statement has the same format for nonprivileged users and HSMS administrators.
Format
SELECT-FILE-NAMES | Alias: SFN | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
FILE-NAMES =
Serves to specify the files to be selected. Specification of this operand is mandatory.
The SELECT-FROM operand serves to define whether the files are to be selected from a pubset catalog or an archive directory. The user can further restrict the selection made here by means of other operands, e.g. by EXCEPT-FILE-NAMES.
If files on several different pubsets are specified when selected from an archive, the same system archive must be assigned to all pubsets.
All nonprivileged users can also select files belonging to other user IDs if they are co-owners of these files.
FILE-NAMES = *OWN
All files of the user’s own ID residing on any imported pubset (except for shared SF pubsets for which the home computer is the slave) are to be selected.
FILE-NAMES = *ALL
All files residing on all imported pubsets (except for shared SF pubsets for which the home computer is the slave) are to be selected.
Meaning for nonprivileged users:
If SELECT-FROM=*ARCHIVE(...) is specified, all the files of which the user is the owner or co-owner are selected.
If SELECT-FROM=*CATALOG(...) is specified, all the files of which the user is the owner or co-owner or which are shareable are selected.
FILE-NAMES = *SELECTED
The path names of the files to be selected are to be taken from a list that was compiled within the same HSMS run by means of the HSMS statement SELECT-FILE-NAMES.
FILE-NAMES = *FROM-FILE(...)
The path names of the files to be selected are to be taken from a file. The nonprivileged caller must be owner or co-owner of this file. Only upper-case characters may be used.This list file must be a SAM file with variable-length records containing one path name per record. The list file can be created, for instance, by means of the HSMS statement SELECT-FILE-NAMES or the BS2000 command SHOW-FILE-ATTRIBUTES.
LIST-FILE-NAME = <filename 1..54 without-gen-vers>
Path name of the list file.
FILE-NAMES = *FROM-LIBRARY-ELEMENT(...)
The path names of the files which are to be selected are taken from a PLAM library element (type S). The library element contains one path name per record. Only upper-case letters may be used.
LIBRARY = <filename 1..54 without-gen-vers>
Name of the PLAM library.
ELEMENT = <composed-name 1..64 with-under>
Name of the type-S element. The element of the highest existing version is used.
FILE-NAMES = list-poss(20): <filename 1..80 without-vers-with-wild> / <partial-filename 2..79 with-wild>
The path names of the files to be selected are specified directly. A list of up to 20 names may be specified.
The file names may be specified as fully or partially qualified names, with or without a catalog/user ID. If required, the file name is extended by the user ID of the request and the default catalog ID of the user ID.
You can also use wildcard syntax to select the files. Depending on the specification in the SELECT-FROM operand, the wildcards are replaced according to the file names listed in the catalog or the archive directory.
In the case of shared pubsets, the replacement of wildcards for catalog IDs does not refer to SF pubsets for which the home computer is the slave.
The following applies to BS2000 file generations: when specifying fully qualified file names, the specification of a generation number (version) is permissible.
EXCEPT-FILE-NAMES =
Serves to specify files that are to be excluded from selection.
EXCEPT-FILE-NAMES = *NONE
All files specified with the FILE-NAMES operand are to be selected.
EXCEPT-FILE-NAMES = *FROM-FILE(...)
The path names of the files to be excluded from selection are to be taken from a file. The nonprivileged caller must be owner or co-owner of this file. This list file must be a SAM file with variable-length records containing one path name per record. Only upper-case characters may be used. The list file can be created, for instance, by means of the BS2000 command SHOW-FILE-ATTRIBUTES.
LIST-FILE-NAME = <filename 1..54 without-gen-vers>
Path name of the list file.
EXCEPT-FILE-NAMES = *FROM-LIBRARY-ELEMENT(...)
The path names of the files which are not to be selected are taken from a PLAM library element (type S). The library element contains one path name per record. Only upper-case letters may be used.
LIBRARY = <filename 1..54 without-gen-vers>
Name of the PLAM library.
ELEMENT = <composed-name 1..64 with-under>
Name of the type-S element. The element of the highest existing version is used.
EXCEPT-FILE-NAMES = list-poss(20): <filename 1..80 without-vers-with-wild> /
<partial-filename 2..79 with-wild>
The path names of the files to be excluded from selection are specified directly. A list of up to 20 names may be specified. Only path names of BS2000 files are permitted.
The first character of the file names must not be a hyphen.
The BS2000 file names may be specified as fully or partially qualified names, with or without a catalog/user ID. If required, the file name is extended by the user ID of the request and the default catalog ID.
You can also use wildcard syntax to select the BS2000 files. Depending on the specification in the SELECT-FROM operand, the wildcards are replaced according to the file names listed in the catalog or the archive directory. The resolution of the wildcard syntax for catalog IDs does not apply for shared pubsets.
The following applies to BS2000 file generations: when specifying fully qualified file names, the specification of a generation number (version) is permissible.
SELECT-FROM =
Defines whether the files are to be selected from pubset catalogs or archive directories.
SELECT-FROM = *CATALOG(...)
The files are to be selected from the catalog IDs specified via FILE-NAMES. The selection can be further reduced by the following:
SUPPORT =
Serves to select the files, using the type of volume on which they reside as the selection criterion.
SUPPORT = *ANY
The type of volume on which the files reside is not a selection criterion.
SUPPORT = *PUBLIC-DISK(...)
Restricts selection to files residing on the disks of a pubset or on the assigned Net-Storage.
STORAGE-TYPE =
Selects the storage type for public volumes.
STORAGE-TYPE = *ANY
The files are selected irrespective of the storage type. They can reside on the disks of a pubset or on a Net-Storage. Files residing on Net-Storage volumes of NETVOL volume type are selected only on BS2000 V21.0A or higher.
STORAGE-TYPE = *PUBLIC-SPACE
Only files which reside on the disks of a pubset are selected. Files on a Net-Storage are ignored.
STORAGE-TYPE = *NET-STORAGE(...)
Only files which reside on a Net-Storage are selected. Files residing on Net-Storage volumes of NETVOL volume type are selected only on BS2000 V21.0A or higher.
VOLUMES = list-poss(150): <vsn 1..6>
Specifies the Net-Storage volume on which the selected files reside. If more than one Net-Storage is assigned to the pubset, the Net-Storage volumes from which files are to be selected can be specified in a list.
FILE-TYPE =
Specifies the file type of Net-Storage files that will be selected.
FILE-TYPE = *ANY
The Net-Storage files are selected irrespective of the file type.
FILE-TYPE = *BS2000
Only Net-Storage files of the type BS2000 are selected.
FILE-TYPE = *NODE-FILE
Only Net-Storage files of the type node file are selected.
SUPPORT = *PRIVATE-DISK(...)
Restricts selection to files which reside on private disk and have been imported, i.e. recorded in the catalog of a pubset.
VOLUMES = list-poss(150): <vsn 1..6>
VSNs of the private disks. Only files of which at least one extent resides on the specified disks are to be selected.
SUPPORT = *SYSTEM-MANAGED-PUBSET(...)
The selection is restricted to the file attributes in an SM pubset.
ALLOCATION-QUALITY =
In an SM pubset, only the file names to which the specified attributes of the file allocation relate are selected.
ALLOCATION-QUALITY = *ANY
The attributes of the file allocation are not considered.Only this value is allowed for an SF pubset.
ALLOCATION-QUALITY = *PHYSICALLY-ALLOCATED
Specifies the files that are physically allocated to a volume set.
This value is only permissible for users who have file allocation permission (see user attributes).
ALLOCATION-QUALITY = *BEST-VOLUME-SET
Specifies the files that are on the volume that best matches their file attributes.
This value is only permissible for users who have file allocation permission (see user attributes). The specification of the best volume sets does not take S1 volume sets into account.
ALLOCATION-QUALITY = *NOT-BEST-VOLUME-SET
Specifies the files which are not on the volume set that best matches their file attributes.
This value is only permissible for users who have file allocation permission (see user attributes).
VOLUME-SET-ID = *ANY / <cat-id>
When working in an SM pubset under HSMS control, a user who has file allocation permission (see user attributes) may specify the catalog ID of a volume set. All files of that volume set are selected.
STORAGE-LEVEL =
Serves to select the files using the storage level on which they reside as the selection criterion.
STORAGE-LEVEL = *ANY
The files are to be selected irrespective of the storage level on which they reside.
STORAGE-LEVEL = *S0
Restricts selection to files residing on S0, i.e. files that have not been migrated.
STORAGE-LEVEL = *S1
Restricts selection to files that have been migrated to S1.
STORAGE-LEVEL = *S2
Restricts selection to files that have been migrated to S2.
UNUSED-DAYS = 0 / <integer 0..9999 days>
Restricts selection to files not accessed for the number of days specified.
Unless otherwise specified, the files are selected irrespective of the number of days that have passed since they were last accessed.
MINIMUM-SIZE = *NONE / <integer 1..2147483647 2Kbyte>
Restricts selection to files occupying at least the specified minimum number of PAM pages.
Unless otherwise specified, the files are selected irrespective of the minimum file size.
MAXIMUM-SIZE = *NONE / <integer 1..2147483647 2Kbyte>
Restricts selection to files whose size does not exceed the specified maximum number of PAM pages.
Unless otherwise specified, the files are selected irrespective of the maximum file size.
BACKUP-CLASS = *ANY / list-poss(4): *A / *B / *C / *D / *E
Serves to select the files using their backup class as the selection criterion.
Unless otherwise specified, the files are selected irrespective of their backup class.
SELECT-FROM = *ARCHIVE(...)
The files are to be selected from an archive or archive directory.
ARCHIVE-NAME =
Name of the archive from whose directory the files are to be selected. If the archive directory is protected by a password, this password must be entered by means of the ADD-PASSWORD command prior to statement entry. This also applies to HSMS administrators.
To enable a nonprivileged user to use another user’s archive, the archive must contain read access (USER-ACCESS=*ALL-USERS and ACCESS=*READ) or co-ownership of the archive directory.
ARCHIVE-NAME = *SYSBACKUP
The files are to be selected from the assigned default system backup archive in the specified environment.
ARCHIVE-NAME = *SYSARCHIVE
The files are to be selected from the assigned default long-term system archive in the specified environment.
ARCHIVE-NAME = *SYSMIGRATE
The files are to be selected from the assigned default system migration archive in the specified environment.
ARCHIVE-NAME = *SYSVERSION(...)
The files are to be selected from the assigned default system version backup archive in the specified environment.
PUBSET-ID = <catid>
Specifies S0-pubset which system version backup archive is to be selected from. In case of SM-environment, pubset must be the same as given in CATALOG-ID parameter, otherwise the statement is rejected.
ARCHIVE-NAME = *BY-DIRECTORY-NAME(...)
The files are selected in the specified environment from a directory which does not have to belong to an HSMS archive (e.g. a directory for data transfer or an ARCHIVE directory). The nonprivileged caller must be owner or co-owner of this directory.
In such instances, the directory can have been created without a catalog ID.
DIRECTORY-NAME = <filename 1..54 without-gen-vers>
Path name of the directory file.
ARCHIVE-NAME = <filename 1..22 without-cat-gen-vers>
The files are to be selected in the specified environment from the specified private archive.
ENVIRONMENT =
Defines the HSMS environment where the specified archive is located.
ENVIRONMENT = *STD
Meaning for privileged users:
*STD is set to the value *SINGLE-FEATURE.
Meaning for nonprivileged users:
*STD is the environment that is associated with the user’s default pubset (the default pubset is defined in the user catalog).
ENVIRONMENT = *SINGLE-FEATURE
The HSMS statement relates only to the SF environment.
ENVIRONMENT = *SYSTEM-MANAGED(...)
The HSMS statement relates only to the specified SM pubset environment.
CATALOG-ID = <cat-id>
Catalog ID of the SM pubset to which the HSMS statement applies.
SAVE-VERSION-NAME = *ANY / <name 1..8>
The save versions to be used for file selection can be selected using the names assigned to them at creation time as the selection criterion.
Unless otherwise specified, the save versions are selected irrespective of their names.
SAVE-VERSION-DATE =
The save versions to be used for file selection can be selected using their creation date as the selection criterion.
In combination with explicit specification of a save version name this operand restricts the selection of save versions to those with both the specified name and creation date.
SAVE-VERSION-DATE = *INTERVAL(...)
Serves to select the save versions using a time interval as the selection criterion.The interval includes all save versions created between CREATED-AFTER and CREATED-BEFORE.
Unless otherwise specified, all save versions, starting with the one created first (*EARLIEST-DATE) up to the one created last (*LATEST-DATE), are selected.
CREATED-BEFORE = *LATEST-DATE
The save versions are to be selected irrespective of whether they were created before a specific date.
CREATED-BEFORE = <date with-compl>
Restricts selection to save versions created on or before the specified date.
CREATED-BEFORE = <integer -99999..0 days>
Restricts selection to save versions created on or before the specified relative date.
CREATED-AFTER = *EARLIEST-DATE
The save versions are to be selected irrespective of whether they were created after a specific date.
CREATED-AFTER = <date with-compl>
Restricts selection to save versions created on or after the specified date.
CREATED-AFTER = <integer -99999..0 days>
Restricts selection to save versions created on or after the specified relative date.
SAVE-VERSION-DATE = *LATEST
Only the most recently created save version in the archive is to be included in the selection.
SAVE-VERSION-DATE = <date with-compl>(...)
The last save version generated on or before the specified date is used for the selection.
TIME = 23:59:59 / <time>
The last save version created on or before the specified date and at or before the specified time is to be used for the selection.
EXPIRATION-DATE =
The save versions to be used for file selection can be selected using their expiration date as the selection criterion.
In combination with explicit specification of a save version name this operand restricts the selection of save versions to those with both the specified name and the expiration date.
With long-term archives, the expiration date of a save version is derived from the file expiration date, with all other archives it is derived from the physical retention period valid for the corresponding save file.
EXPIRATION-DATE = *ANY
The save versions are to be used for file selection irrespective of their expiration date.
EXPIRATION-DATE = *INTERVAL(...)
The save versions to be used for file selection can be selected on the basis of a time interval within which their retention period will expire.
EXPIRATION-BEFORE = *LATEST-DATE / <date with-compl> / <integer -99999..99999 days>
Restricts selection to save versions whose retention period expires before the specified date.
EXPIRATION-AFTER = *EARLIEST-DATE / <date with-compl> / <integer -99999..99999 days>
Restricts selection to save versions whose retention period expires after the specified date.
FILE-SAVE-STATE =
Serves to select the files according to their save type, i.e. depending on whether and how they were saved.
FILE-SAVE-STATE = *ANY
The files are to be selected irrespective of whether and how they were saved.
FILE-SAVE-STATE = *SAVED(...)
Restricts selection to saved files.
TYPE =
Serves to select the files using their save type as the selection criterion.
TYPE = *ANY
The files are to be selected irrespective of their save type.
TYPE = *FULL-FILE
Restricts selection to files saved by a full backup (save types FULL and FNOD).
TYPE = *PARTIAL-FILE
Restricts selection to files saved by a partial backup (save type PART).
TYPE = *MIGRATED-FILE
Restricts selection to files which have been migrated and whose catalog entry has been saved (save type MIGF).
TYPE = *FGG-INDEX
Restricts selection to files containing the index of a file generation group (save type FGGI).
TYPE = *CATALOG-ENTRY
Restricts selection to files for which only the catalog entry was saved (from tape or disk); save type CATL.
TYPE = *FULL-NOD-FILE
Restricts selections to SAM-Node files saved by a full backup for which SAM structure wasn't saved (save type FNOD).
TYPE = *FULL-NOT-NOD
Restricts selections to files saved by a full backup and SAM-Node files for which SAM structure was saved (save type FULL).
FILE-SAVE-STATE = *CATALOGED-NOT-SAVED(...)
Restricts selection to files which were not migrated but which are indicated in the archive directory (save type CNS). These can be files which were not saved during an incremental backup because they were not modified or files which could not be saved due to an error.
TYPE =
The files can be selected according to the reason why they were not saved.
TYPE = *ANY
The files are selected irrespective of the reason why they were not saved.
TYPE = *OPEN-ERROR
Restricts selection to files which could not be saved because an error occurred when the file was opened.
DIALOG-FILE-SELECT =
Defines whether the user wishes to conduct a dialog in order to select individual files from the set of files selected for restoration by means of FILE-NAMES and other operands.
The operand is evaluated in interactive mode only, for batch tasks it is ignored.
DIALOG-FILE-SELECT = *NO
The specified set of files is not to be further reduced.
DIALOG-FILE-SELECT = *YES
The specified set of files is to be output in a screen mask. You can then mark individual files from the set displayed, thereby selecting them for or excluding them from selection.
If the files are selected from the catalog, the file size, storage level, backup class and number of days since they were last accessed are displayed in the screen mask. Details on the content of the screen mask are provided in the section "Dialog selection when selecting files via catalog IDs".
If the files are selected from an archive, the number of true save version (#VERS) of the file (excluding CNS) is displayed along with the date of the last true backup LAST-SAVE).
Details on the content of the screen mask are provided in the section "Dialog selection when selecting files from an archive".
OUTPUT =
Specifies where the created list of file names is to be output.
OUTPUT = *SELECT-LIST
The created list of file names is written to a temporary file. It can be accessed with FILE-NAMES=*SELECTED in a subsequent HSMS statement.
The file is automatically deleted at the end of the task.
OUTPUT = <filename 1..54 without-gen-vers>
The created list of file names is written to the specified file. It is structured as a SAM file with variable-length records. A SAM file which has already been cataloged may be expanded in order to merge several file name lists.
If the specified file is not a SAM file, the HSMS statement will be rejected.
For nonprivileged callers the report files must be under the user’s own user ID. If not, co-ownership is a prerequisite.
Dialog selection when selecting files via catalog IDs
//SELECT-FILE-NAMES ...,SELECT-FROM=*CATALOG(...),DIALOG-FILE-SELECT=*YES,...
SELECT-FILE-NAME (FROM CATALOG) #FILES = @@@@@@@@@@ STORAGE-LEVEL = @@@@@ UNUSED-DAYS = @@@@ MINIMUM-SIZE = @@@@@@@@@@ SUPPORT = @@@@@@@@@@@@ BACKUP-CLASS = @@@@@@@ MAXIMUM-SIZE = @@@@@@@@@@ -------------------------------------------------------------------------------- M FILE-NAME UNUSED #PAGES ST BC _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@ @ -------------------------------------------------------------------------------- NEXT-PAGE : (+,-,++,--, E, 'STRING') MARK : (A: ALL, N: NONE) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Key:
Column | Values | Meaning |
M | Mark column (mark character = file is selected, blank = file is not selected) | |
FILE-NAME | Path name of the file that can be selected | |
UNUSED | Number of days since the file was last accessed | |
#PAGES | File size in PAM pages (last page pointer) | |
ST | Storage level at which the file is located | |
S0/S1/S2 |
| |
BC | File backup class | |
A/B/C/D/E |
|
The procedure for selecting files is described in the “HSMS Vol. 1” manual [1].
Dialog selection when selecting files from an archive
//SELECT-FILE-NAMES ...,SELECT-FROM=*ARCHIVE(...),DIALOG-FILE-SELECT=*YES,...
SELECT-FILE-NAME (FROM ARCHIVE) #FILES = @@@@@@@@@@ ENVIRONMENT = @@@@@@@@ ARCHIVE-NAME = @@@@@@@@@@@@@@@@@@@@@@ SV-NAME = @@@@@@@@ FILE-SAVE-STATE = @@@@@@@@@@@@@@@@@@@@ SV-DATE = @@@@@@@@@ @@@@@@@@ @@@@@@@@ EXP-DATE = @@@@@@@@ @@@@@@@@ -------------------------------------------------------------------------------- M FILE-NAME #SAVES LAST-SAVE SYS _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ _ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@ @@@@@@@@ @@@ -------------------------------------------------------------------------------- NEXT-PAGE : ____________ (+,-,++,--, E, 'STRING') MARK : __ (A: ALL, N: NONE) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Key:
Column | Values | Meaning |
M | Mark column (mark character = file is selected, blank = file is not selected) | |
FILE-NAME | Path name of the file that can be selected | |
#SAVES | Number of different save versions for this file | |
LAST-SAVE | Date of last full backup for this file | |
SYS | Indication of whether there is another file of the same name in | |
YES |
| |
Blank |
|
The procedure for selecting files is described in the “HSMS Vol. 1” manual [1].