Previous Topic: YEAR Keyword—Calendar YearNext Topic: Resources


ZONE Keyword—Zone ACIDs

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

Use the ZONE keyword to:

CA Top Secret automatically assigns the new ACID to the ZCA's zone. The ZONE keyword is only required when the person entering the command is an SCA.

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

This keyword has the following format:

TSS CREATE(divacid|ZCAacid) TYPE(DIVISION|ZCA)
                            NAME('ZCA or Division name')
                            ZONE(acid)
TSS LIST(ACID|ACIDS) DATA(datatype(s))
                     TYPE(acidtype)
                     ZONE(acid)

This keyword is used with:

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)