Previous Topic: ACID Keyword—Authorize ACIDsNext Topic: ACLST Keyword—Resource Access Level


ACIDPRFX Keyword—List ACIDs With Prefix

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

Use the ACIDPRFX keyword to list all ACIDs that begin with a specified prefix. Prefixes can be from one to seven characters long.

This keyword has the following format:

TSS LIST(ACIDS) ACIDPRFX(acidprefix)
                DATA(datatype(s))
                [TYPE(acidtype)]
                [ZONE|DIVISION|DEPARTMENT(acid)] 

This keyword is used with:

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)