Specifying security options at startup
Depending on your system definition, the MTO might be able to specify whether IMS activates various security options during startup. Each restart command options affects security differently, and can be used with the /NRESTART command or the /ERESTART COLDSYS command.
The following table shows the restart command options that affect security.
| JCL EXEC parameters | /NRE or /ERE command input | System security level after restart |
|---|---|---|
| SGN=Y |
USER |
Signon active. Single signon per user for static users.1 |
| SGN=N | NOUSER | Signon not active. |
| TRN=N |
NOUSER |
Signon and transaction authorization not active. |
| TRN=Y | TRANAUTH | Signon and transaction authorization active. |
| TRN=F | FORCTRAN | Signon and transaction authorization enforced. |
|
SGN=F |
FORCSIGN |
Signon enforced. |
| RCF=C |
NOUSER |
Signon and command authorization for ETO not active. |
| RCF=S |
NOUSER |
Signon for ETO and static users not active. |
| RCF=N |
NORACTRM+NORACFCM |
Signon and command authorization for ETO active. |
- This also applies to dynamic users signing on to ETO terminals where the user structure name is different from the user ID.