Previous Topic: SECLABEL Keyword—Security LabelsNext Topic: SECLEVEL Keyword—Security Level


Examples: SECLABEL keyword

This example adds SECLABEL ADMIN to the MLS Record:

TSS ADDTO(MLS) SECLABEL(ADMIN)
              CATEGORY(PERSONNEL,ACCOUNTING)
               SECLEVEL(10)
               SYSID(SYS1)

This example removes the SECLABEL ADMIN:

TSS REMOVE(MLS) SECLABEL(ADMIN)

This example adds seclabel ADMIN to the dataset PAYROLL.RECORDS:

TSS ADDTO(MLS) DSN(PAYROLL.RECORDS) 
               SECLABEL(ADMIN)