Valid on z/OS.
Use PSB to secures IMS Program Specification Block.
When used with TSS ADDTO/REMOVE, this resource class has the following format:
TSS ADDTO(acid) PSB(oper,oper,...)
One to eight characters
One to five PSBs per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) PSB(prefix(es))
One to eight characters
One to five prefixes per TSS command
This keyword is used with:
The administrator can specify the access levels: INQUIRE, SET, ALL, NONE, READ, and UPDATE.
Access levels INQUIRE, SET and UPDATE are for CICS (CEMT) access to the PCBs that are active in a CICS region. Access level READ is the level that authorizes access to the PSB through the control region or standalone batch region. Access level ALL allows access to PSB from both CICS and IMS in any of the above.
If ACCESS is not specified, CA Top Secret defaults to READ access.
The administrator can use any of the following methods to control access to PSBs: Expiration, Facility, Pathing, Time/Day, and Actions.
To assign ownership of the PSB, PERSDB, to the Personnel Department:
TSS ADDTO(PERDEPT) PSB(PERSDB)
This example removes ownership:
TSS REMOVE(PERDEPT) PSB(PERSDB)
This example permits users to access the department's PSBs:
TSS PERMIT(DTG05) PSB(PERSDB)
This example revokes access:
TSS REVOKE(DTG05) PSB(PERSDB)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|