Previous Topic: SECLEVEL Keyword—Security LevelNext Topic: SELDATA Keyword—SDT SELDATA Field


SEGMENT Keyword—Field Segments

Valid on z/OS, z/VSE, and z/VM.

Use the SEGMENT keyword to:

This keyword has the following format:

TSS ADDTO|LIST(FDT) SEGMENT(segmentname)
SEGMENT

Specifies the name of the segment.

Range: 1 to 8

Default: BASE

The predefined CA Top Secret segments are:

This keyword is used with:

Examples: SEGMENT Keyword

This example includes a field called $ACCTS in a segment named TAXINFO:

TSS ADDTO(FDT) FDTNAME($ACCTS)
               FDTCODE(1E)
               SEGMENT(TAXINFO)
               MAXLEN(12)
               DISPLAY('SALARY ACCT')

This example finds all field names in the TAXINFO segment:

TSS LIST(FDT) SEGMENT(TAXINFO)