Previous Topic: DISPLAY Keyword—FDT Display FieldNext Topic: DSA—Generate Keys with DSA


DIVISION Keyword—Division Data

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

Use the DIVISION keyword to:

When used with LIST, this keyword has the following format:

TSS LIST(ACID|ACIDS) DATA(dataType(s))
                     TYPE(acidtype)
                     DIVISION(acid)

When used with CREATE, this keyword has the following format:

TSS CREATE(dept acid|VCA acid) TYPE(DEPARMENT|VCA)
                               NAME('VCA or Dept name')
                               DIVISION(acid)

TYPE(USER) and TYPE(PROFILE) ACIDs must be created in a department.

This keyword is used with:

CA Top Secret only displays data concerning ACIDs within their administrator's scope. An MSCA or an authorized SCA could obtain LIST data for the entire site. A VCA cannot specify the DIVISION keyword.

Examples: DIVISION keyword

This example lists the names of all users in the TECH Division:

TSS LIST(ACIDS) DATA(NAMES)
                DIVISION(TECH)

This example creates a new Accounting Department placed in the Parts Division:

TSS CREATE(ACCT01) NAME('ACCT DEPARMENT')
                   TYPE(DEPARMENT)
                   DIVISION(PARTDIV)