Previous Topic: resclass(resource) Keyword—Associate Resource with SECLABELNext Topic: RESNAME Keyword—Data Classification Resource Entity


RESCODE Keyword—Resource Class Abbreviation

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

Use the RESCODE keyword to:

This keyword has the following format:

TSS ADDTO(RDT) RESCLASS(resource Type)
               [RESCODE(hex code)]
RESCODE

Values have assigned meanings:

001 ‑ 03F

Available for user‑defined RIE resources.

101 ‑ 13F

Available for user‑defined PIE resources.

All others

Reserved for CA Top Secret use.

Default: The first available unused user‑definable value, either RIE or PIE. To define a RIE or PIE resource, specify an appropriate RESCODE value.

This keyword is used with:

Examples: RESCODE keyword

This example adds #PRODUCT to the RDT Record:

TSS ADDTO(RDT) RESCLASS(#PRODUCT)
               RESCODE(13F)

This example removes #PRODUCT from the RDT Record:

TSS REMOVE(RDT) RESCLASS(#PRODUCT)

This example lists data concerning how resource code 13F is processed:

TSS LIST(RDT) RESCODE(13F)

This example determines what RESCLASS is using the resource code x'D2':

TSS LIST(RDT) RESCODE(D2)