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)]
Values have assigned meanings:
Available for user‑defined RIE resources.
Available for user‑defined PIE resources.
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:
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)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|