Previous Topic: RESOURCE Keyword—Individual Resource Class Administration AuthorityNext Topic: RETAIN Keyword—Leave Data Set in Hyperspace


RESOWNER Keyword—Maintain SMS ACID

Valid on z/OS.

Use the RESOWNER keyword to add or remove a User or Control type ACID associated with a data set or an ACID that matches the high level index of the data set being allocated for the extraction by SMS.

The ownership of the data set must be established if it is not already owned by the ACID.

This keyword has the following format:

TSS ADDTO(acid) DSNAME(dataset name)
                RESOWNER(smsacid)

This keyword is used with:

Examples: RESOWNER keyword

This example adds a RESOWNER of SMSACID to data set PAY.MASTER:

TSS ADDTO(PAYDEPT) DSNAME(PAY.MASTER)
                   RESOWNER(SMSACID)

This example removes a RESOWNER of SMSACID from data set PAY.MASTER:

TSS ADDTO(PAYDEPT) DSNAME(PAY.MASTER)
                   RESOWNER()