Previous Topic: APPLICATION Resource Class—Secure IMS Application Group NamesNext Topic: CAADMIN Resource Class—Secure CAADMIN Administration


AREA Resource Class—Secure CA-IDMS Database Areas

Valid on z/OS.

Use AREA to secure CA‑IDMS database areas.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) AREA(prefix(es))
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) AREA(prefix(es))
                 ACCESS(access levels)
Prefix length

One to forty‑four characters

Capacity of list

One to five prefixes per TSS command

AREA is used with:

The administrator can:

Examples: AREA resource class

This example gives the Personnel Department ownership of the AREA for the Corporate Personnel Database (PERDB):

TSS ADDTO(PERSDP) AREA(PERDB)

This example removes ownership:

TSS REMOVE(PERSDP) AREA(PERDB)

This example permits USER01 to have ALL access to PAYFILE:

TSS PERMIT(USER01) AREA(PAYFILE)
                   ACCESS(ALL)

This example revokes USER01's access to PAYFILE:

TSS REVOKE(USER01) AREA(PAYFILE)