Here’s a list of some of the most useful commands when dealing with zSecure Command Verifier (CV):
| Action | Command |
|---|---|
| Activate CV | /SETPROG EXIT,ADD,EXITNAME=IRREVX01,MODNAME=C4RMAIN,STATE=ACTIVE |
| Remove CV | /SETPROG EXIT,DELETE,EXITNAME=IRREVX01,MODNAME=C4RMAIN |
| Check CV status | TSO C4RSTAT |
| Enable CV | /SETPROG EXIT,MODIFY,EXITNAME=IRREVX01,MODNAME=C4RMAIN,STATE=ACTIVE |
| Disable CV | /SETPROG EXIT,MODIFY,EXITNAME=IRREVX01,MODNAME=C4RMAIN,STATE=INACTIVE |
| Refresh RACF XFACILIT class | SETROPTS RACLIST(XFACILIT ) REFRESH |
| Refresh LLA * | /F LLA,REFRESH |
* For when attempting to activate the C4RMAIN exit.
Be the first to comment