Previous Topic: SECLEVEL Keyword—Security LevelNext Topic: SEGMENT Keyword—Field Segments


Examples: SECLEVEL keyword

This example adds security level 10 to the MLS Record:

TSS ADDTO(MLS) SECLEVEL(10)
               LVLNAME('Department Administrator')

This example uses the removes security level 10:

TSS REMOVE(MLS) SECLEVEL(10)