Previous Topic: RESCODE Keyword—Resource Class AbbreviationNext Topic: RESOURCE Keyword—Global Resource Class Administration Authority


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)