Previous Topic: RESCLASS Keyword—Resource ClassesNext Topic: resclass(resource) Keyword—Associate Resource with SECLABEL


Examples: RESCLASS 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)

Note: Removing a resource class from the RDT Record requires that all ownership of the resource class is previously removed.

This example lists data concerning how FCTs are processed:

TSS LIST(RDT) RESCLASS(FCT)