Previous Topic: Control Options and the TSS MODIFY CommandNext Topic: Setting up Resource Definitions and Ownership


Security Environment Refresh

Use the REFRESH command for administrative security changes to take effect without having to log off or restart your system. This is useful in multi‑user address spaces like CICS or IMS where an ACID may have multiple instances of signed‑on users.

Examples: refreshing security environment

This example refresh your own security environment:

TSS REFRESH

This example refreshes all occurrences of an ACID in the address space where the command is issued:

TSS REFRESH(acid)

This example refreshes all occurrences of an ACID in the address space of a specific job:

TSS REFRESH(acid) JOBNAME(job)

This example refreshes all occurrences of an ACID in all address spaces:

TSS REFRESH(acid) JOBNAME(*)