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 © 2009 CA.
All rights reserved.
|
|