Previous Topic: ACIDPRFX Keyword—List ACIDs With PrefixNext Topic: ACLST Keyword—Resource Access Level


Examples: ACIDPRFX keyword

This example lists all the ACIDs that begin with TEST:

TSS LIST(ACIDS) ACIDPRFX(TEST)

This example lists all data concerning all DCAs in ZONE(ACCOUNTG) whose ACID begins with ship:

TSS LIST(ACIDS) ACIDPRFX(ship) 
                DATA(ALL)
                TYPE(DCA)
                ZONE(ACCOUNTG)