The HSM documentation refers to a group called ARCCATGP which allows them to process a catalog (uncatalog/recatalog) without having to recall the dataset. What is the equivalent in Top Secret?
ARCCATGP can be set up in Top Secret as a GROUP via:
TSS CREATE(ARCCATGP) TYPE(GROUP) DEPT(dept) NAME('HSM ARCCATGP GROUP')
TSS ADD(acid) GROUP(ARCCATGP)
Or ARCCATGP can be set up in Top Secret as an IBMGROUP resource via:
TSS ADD(dept) IBMGROUP(ARCCATGP)
TSS PER(acid) IBMGROUP(ARCCATGP)
Then, when the user either submits a batch job, or logs onto TSO, in the GROUP field on the signon screen, the user can specify ARCCATGP. For batch, specify GROUP=ARCCATGP as part of the jobcard.