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

(Required) Specifies the unique internal numeric value of a level. Higher numbers represent higher levels.

Range: 1 to 254

LVLNAME

Specifies the alphanumeric name of a security level.

Range: 1 to 255

This keyword is used with:

Example: Add Security Level 10 to the MLS Record

This example adds security level 10 to the MLS Record:

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

Example: Remove Security Level 10 from the MLS Record

This example removes security level 10:

TSS REMOVE(MLS) SECLEVEL(10)