Previous Topic: SECLABEL Keyword—Security LabelsNext Topic: SEGMENT Keyword—Field Segments


SECLEVEL Keyword—Security Level

Valid on z/OS.

Use the SECLEVEL keyword to define or remove security levels which are the hierarchical elements of security labels.

This keyword has the following format:

TSS ADDTO(MLS) SECLEVEL(level—number)
               LVLNAME(level—name)
TSS REMOVE(MLS) SECLEVEL(level—name)
SECLEVEL

Specifies the unique internal numeric value of a level. The higher the number the higher the level. This field is required.

Range: 1 to 254

LVLNAME

Specifies the alphanumeric name of a security level.

Range: 1 to 255

This keyword is used with:

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)