Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

MODIFY-MANAGEMENT-CLASS Modify management class

&pagelevel(4)&pagelevel

This statement is for the HSMS administrator only and is used to modify a management class in an SM pubset that is under HSMS control.

Note

If a management class is protected by a guard profile which is not available, access to the management class is rejected.

Format (only for HSMS administrators)

MODIFY-MANAGEMENT-CLASS

Alias: MMC

ENVIRONMENT = *SYSTEM-MANAGED(...)


*SYSTEM-MANAGED(...)



|

CATALOG-ID = <cat-id>

,MANAGEMENT-CLASS = <alphanum-name 1..8>

,MIGRATION-ATTRIBUTES = *UNCHANGED / *PARAMETERS(...)


*PARAMETERS(...)



|

FROM-S0 = *UNCHANGED / *PARAMETERS(...)



|


*PARAMETERS(...)



|



|

UNUSED-DAYS = *UNCHANGED / <integer 0..9999 days>



|



|

,MINIMUM-SIZE = *UNCHANGED / *NONE / <integer 1..2147483647 2Kbyte>



|



|

,MAXIMUM-SIZE = *UNCHANGED / *NONE / <integer 1..2147483647 2Kbyte>



|



|

,MINIMUM-EXTENTS = *UNCHANGED / <integer 1..99999>



|



|

,TO-STORAGE = *UNCHANGED / *S2-STORAGE-LEVEL / *S1-STORAGE-LEVEL



|

,FROM-S1 = *UNCHANGED / *PARAMETERS(...)



|


*PARAMETERS(...)



|



|

MINIMUM-DAYS-ON-S1 = *UNCHANGED / <integer 0..9999 days>



|



|

,MAXIMUM-DAYS-ON-S1 = *UNCHANGED / <integer 1..9999 days>



|



|

,MINIMUM-SIZE = *UNCHANGED / *NONE / <integer 1..2147483647 2Kbyte>



|



|

,TO-STORAGE = *UNCHANGED / *S2-STORAGE-LEVEL / *S1-STORAGE-LEVEL 

,BACKUP-ATTRIBUTES = *UNCHANGED / *PARAMETERS(...)


*PARAMETERS(...)



|

RETENTION-PERIOD = *UNCHANGED / <integer 0..16383 days>

,VERSION-BACKUP-ATTR = *UNCHANGED / *PARAMETERS(...)


*PARAMETERS(...)



|

NUM-OF-BACKUP-VERS = *UNCHANGED / <integer 0..32 versions>

,PROTECTION = *UNCHANGED / *NONE / *BY-GUARDS(...)


*BY-GUARDS(...)



|

GUARD-NAME = <filename 1..24 without-gen-vers>

,USER-INFORMATION = *UNCHANGED / *NONE / <c-string 1..80 with-lower-case>

ENVIRONMENT = *SYSTEM-MANAGED(...)
The management class can only be located in a system-managed environment.

CATALOG-ID = <cat-id>
The catalog ID of the SM pubset on which the management class is defined must be specified explicitly. The SM pubset must be imported locally.

MANAGEMENT-CLASS = <alphanum-name 1..8>
The name of the management class must be specified explicitly.

MIGRATION-ATTRIBUTES = *UNCHANGED / *PARAMETERS(...)
The attributes of the management class can be modified for the migration.

MIGRATION-ATTRIBUTES = *PARAMETERS(...)
The attributes of the management class are to be defined for the migration.

FROM-S0 = *UNCHANGED / *PARAMETERS(...)
The attributes of the management class can be modified for the migration from the S0 level.

FROM-S0 = *PARAMETERS(...)
The attributes of the management class are to be defined for the migration from the S0 level.

UNUSED-DAYS = *UNCHANGED / <integer 0..9999 days>
Minimum number of days a file must remain unused to be eligible for migration to a background level.

MINIMUM-SIZE = *UNCHANGED / *NONE / <integer 1..2147483647 2Kbyte>
Minimum number of PAM pages a file must have to be eligible for migration to a background level.

MAXIMUM-SIZE = *UNCHANGED / *NONE / <integer 1..2147483647 2Kbyte>
Maximum number of PAM pages a file must have to be eligible for migration to a background level.

MINIMUM-EXTENTS = *UNCHANGED / 1 / <integer 1..99999>
Minimum number of extents a file must have to be eligible for migration to a background level.

TO-STORAGE = *UNCHANGED / *S2-STORAGE-LEVEL / *S1-STORAGE-LEVEL
Background level to which the files are to be migrated.

FROM-S1 = *UNCHANGED / *PARAMETERS(...)
The attributes of the management class can be modified for the migration from the S1 level.

FROM-S1 = *PARAMETERS(...)
The attribute of the management class are to be defined for the migration from the S1 level.

MINIMUM-DAYS-ON-S1 = *UNCHANGED / 0 / <integer 0..9999 days>
Minimum number of days a save file must be on S1 before it can be migrated to a background level.

MAXIMUM-DAYS-ON-S1 = *UNCHANGED / 9999 / <integer 1..9999 days>
Maximum number of days a save file may reside on S1 to be eligible for migration to a background level.

MINIMUM-SIZE = *UNCHANGED / *NONE / <integer 1..2147483647 2Kbyte>
Minimum number of PAM pages a save file must have to be eligible for migration to a background level.

TO-STORAGE = *UNCHANGED / *S2-STORAGE-LEVEL /*S1-STORAGE-LEVEL
Background level to which the save files are migrated.

BACKUP-ATTRIBUTES = *UNCHANGED / *PARAMETERS(...)
The attributes of the management class can be modified for the backup.

BACKUP-ATTRIBUTES = *PARAMETERS(...)
The attributes of the management class are to be defined for the backup

RETENTION-PERIOD = *UNCHANGED / <integer 0..16383 days>
(Physical) retention period in days during which the save file and save volumes must not be modified or deleted.

VERSION-BACKUP-ATTR = *UNCHANGED / *PARAMETERS(...)
The attributes of a management class can be modified for the version backup.

VERSION-BACKUP-ATTR = *PARAMETERS(...)
The attributes of a management class are to be modified for the version backup.

NUM-OF-BACKUP-VERS = *UNCHANGED / <integer 0..32 versions>
The number of backup versions, which are stored within a version backup archive.

PROTECTION = *UNCHANGED / *NONE / *BY-GUARDS(...)
The protection attributes for access to the management class can be modified.

PROTECTION = *BY-GUARDS(...)
The protection attributes for access to the management class are to be defined.

GUARD-NAME = <filename 1..24 without-gen-vers>
Name of the guard profile that protects accesses to the management class. The name is searched for in the same environment as the management class.
The guard profile must be created using the software product GUARDS (see the “SECOS” manual [7]).

USER-INFORMATION =
User information about the management class.

USER-INFORMATION = *UNCHANGED
The user information remains unchanged.

USER-INFORMATION = *NONE
The user information is to be reset.

USER-INFORMATION = <c-string 1..80 with-lower-case>
The user information is to be set to the specified value.