Previous Topic: DIVISION Keyword—Division DataNext Topic: DSA—Generate Keys with DSA


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)