Previous Topic: ADMIN Function—Grant Administrative AuthorityNext Topic: CHKCERT Function—Check Certificates


Examples: ADMIN function

In this example the security administrator VCA1 assigns ownership of data sets by adding them to the Audit Record:

TSS ADDTO(VCA1) DSNAME(OWN,AUDIT)
TSS ADDTO(DEPT1) DSNAME(XYZ.DATA.CRASH)

This example audits the specified data set:

TSS ADDTO(AUDIT) DSNAME(XYZ)

This example gives all users the ability to LIST their BASIC data, resource permissions, LCF transactions and password data, without allowing them to manipulate their data:

TSS ADMIN(ALL) DATA(BASIC,XAUTH,LCF,PASSWORD)