Previous Topic: TYPE Keyword—ACID TypeNext Topic: TZONE Keyword—Physical Time Zone


Example: TYPE keyword

This example creates a new department in the PARTS Division:

TSS CREATE(PART10) NAME('PARTS RETURN')
                   TYPE(DEPARTMENT)
                   DIVISION(PARTSDIV)

This example requests all security information for DCA's in the TECH Division:

TSS LIST(ACIDS) DATA(ALL)
                DIVISION(TECH)
                TYPE(DCA)