Previous Topic: ZONE Keyword—Zone ACIDsNext Topic: Resources


Example: ZONE keyword

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

TSS CREATE(ACCT01) NAME('ACCT DIV')
                   TYPE(DIVISION)
                   ZONE(PARTZON)

Note: To add a new department to a zone add that department to a division. Departments cannot be directly added to a zone.

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

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