This statement is for the HSMS administrator only. It is used to display the parameters of SF pubsets provided these were set up with MODIFY-PUBSET-PARAMETERS.
In addition to output to SYSOUT or SYSLST, the statement also supports structured output to an S variable.
Format (only for HSMS administrators)
SHOW-PUBSET-PARAMETERS | Alias: SPP | ||||||||||||||||||||||||||||||||||||||||||||||||
|
PUBSET-ID =
Determines the SF pubsets and S1-SM-pubsets whose parameters are to be displayed.
PUBSET-ID = *ALL
The parameters of all SF pubsets and S1-SM-pubsets which are under HSMS management are displayed.
PUBSET-ID = *BY-ATTRIBUTES(...)
The SF pubsets whose parameters are to be displayed are selected by their attributes.
STORAGE-LEVEL = *ANY
The SF pubsets are selected irrespective of the storage level to which they are assigned. Additionally all S1-SM-pubsets are selected.
STORAGE-LEVEL = *S0
Displays only the parameters of SF pubsets assigned to storage level S0.
STORAGE-LEVEL = *S1
Displays only the parameters of SF pubsets assigned to storage level S1 and of S1-SMpubsets.
S1-PUBSET-ID =
You can restrict the selection of the SF pubsets further according to their assigned S1 pubset.
S1-PUBSET-ID = *ANY
The SF pubsets are selected irrespective of their assigned S1 pubset.
S1-PUBSET-ID = <cat-id>
Selects only of SF pubsets to which the specified pubset is assigned as the S1 pubset.
SYSBACKUP = *ANY
The SF pubsets are selected irrespective of their default system archive for backup.
SYSBACKUP = <filename 1..22 without-cat-gen-vers>
Displays only the parameters of SF pubsets to which the specified archive is assigned as the default system archive for backup.
SYSARCHIVE = *ANY
The SF pubsets are selected irrespective of their default system archive for archival.
SYSARCHIVE = <filename 1..22 without-cat-gen-vers>
Selects only SF pubsets to which the specified archive is assigned as the default system archive for archival.
SYSMIGRATE = *ANY
The SF pubsets are selected irrespective of their default system archive for migration.
SYSMIGRATE = <filename 1..22 without-cat-gen-vers>
Selects only SF pubsets to which the specified archive is assigned as the default system archive for migration.
SYSVERSION = *ANY
The SF pubsets are selected irrespective of their default system archive for version backup.
SYSVERSION = <filename 1..22 without-cat-gen-vers>
Selects the SF pubset to which the specified archive is assigned as a system archive
PUBSET-ID = <cat-id>
ID of the SF pubset or S1-SM-pubset whose parameters are to be displayed.
OUTPUT =
Determines the output medium for the desired information. Output generally takes place to SYSLST for batch requests.
OUTPUT = *NONE
The information is not output in text format.
OUTPUT = *SYSOUT
The information is output to the logical system file SYSOUT, i.e. it is normally displayed on the screen in interactive mode.
OUTPUT = *SYSLST
The information is output to the logical system file SYSLST. Each mask comprises 43 lines.
STRUCTURE-OUTPUT =
Controls structured output in S variables (for the variable layout see "Output in S variables").
STRUCTURE-OUTPUT = *SYSINF
Structured output is directed to the SYSINF S variable stream.
STRUCTURE-OUTPUT = *NONE
No structured output is required.
STRUCTURE-OUTPUT = <composed-name 1..255>(...)
Name of the S variable that is to be used for the structured output.
WRITE-MODE =
Determines whether the output should replace or complement the current content of the S variables.
WRITE-MODE = *REPLACE
The current content of the S variable is to be replaced by the new output.
WRITE-MODE = *EXTEND
The new output extends the current content of the S variable.
Layout of the screen mask
SHOW-PUBSET-PARAMETERS PUBSET-ID = @@@@ SYSBACKUP = @@@@@@@@@@@@ STORAGE-LEVEL = @@@ SYSARCHIVE = @@@@@@@@@@@@ S1-PUBSET-ID = @@@ SYSMIGRATE = @@@@@@@@@@@@ SYSVERSION = @@@@@@@@@@@@ -------------------------------------------------------------------------------- PUBSET ST SYSBACKUP SYSARCHIVE SYSMIGRATE S1-PUBSET MIGRATION SYSVERSION @@@@ @@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@@@ @@@@ @@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@@@ @@@@ @@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@@@ @@@@ @@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@@@ @@@@ @@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@@@ @@@@ @@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@@@ @@@@ @@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@@@ @@@@ @@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@ @@@@ @@@@@@@@@ @@@@@@@@@@@@ -------------------------------------------------------------------------------- NEXT-PAGE : __ (+, -, ++, --, E) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Key:
Column | Values | Meaning |
PUBSET | Pubset ID of the displayed pubset | |
ST | Storage level to which the pubset is assigned | |
S0/S1 |
| |
SYSBACKUP | Name of the system backup archive | |
STD |
| |
SYSARCHIVE | Name of the long-term system archive | |
STD |
| |
SYSMIGRATE | Name of the system migration archive | |
STD |
| |
SYSVERSION | Name of the system version backup archive | |
NOT-DEFINED |
| |
S1-PUBSET | ID of the S1 pubset assigned to S0 pubsets | |
MIGRATION | Indication of the extent to which migration is allowed for nonprivileged users | |
ALLOWED |
| |
S2-ONLY |
| |
INHIBITED |
|
Output in S variables
All variables are of the data type string.
Name of the S variable | Content | Footnote |
var(*LIST).PUBSET | <string_1..4> | |
var(*LIST).STOR-LEV | *UNDEF | |
var(*LIST).SYSBACKUP | *STD | |
var(*LIST).SYSARCHIVE | *STD | |
var(*LIST).SYSMIGRATE | *STD | 1) |
var(*LIST).SYSVERSION | *NOT-DEFINED | |
var(*LIST).S1-PUBSET | *STD | 1) |
var(*LIST).MIGR | *ALLOW | 1) |
1) | Useable output only if STORAGE-LEVEL=*S0; otherwise output with blank character string |
For more detailed information on S variables, refer to the manual “Commands” [5].