Previous Topic: SMSDATA Keyword—Default SMS Data ClassNext Topic: SMSSTOR Keyword—Default SMS Storage Class


SMSMGMT Keyword—Default SMS Management Class

Valid on z/OS.

Use the SMSMGMT keyword to add or remove a default SMS management class.

This keyword has the following format:

TSS ADDTO(acid) SMSMGMT(management class name)
management class name

Specifies a default SMS management class.

Capacity: 1 keyword per ACID

Range: 1 to 8 characters

This keyword is used with:

This keyword is used with the ADDTO and WHOHAS commands.

Examples: SMSMGMT keyword

This example gives user JVAVCA a default data management class of SYSTCLAS:

TSS ADDTO(JVAVCA) SMSMGMT(SYSTCLAS)

This example removes the SMSMGMT attribute:

TSS REMOVE(JVAVCA) SMSMGMT(SYSTCLAS)

Note: If the value for ACSDEFAULTS is YES, the management class information is extracted from CA Top Secret. If you do not use the input variables to ACS routines that are saved in CA Top Secret, set this option to NO. This saves additional calls to CA Top Secret during allocation processing.