SECURITY.NOTIFY = YES | NO | HOLD
This parameter specifies whether IBM® Connect:Direct® sends a message to users informing them of security failures on Processes they have submitted.
Value | Description |
---|---|
YES | Specifies that IBM Connect:Direct sends a message to users informing them of security failures on Processes they have submitted. If you set the SECURITY.NOTIFY initialization parameter to YES and you specify NOTIFY = %USER or NOTIFY = user ID on the Process statement, a security failure sends a TSO notification to the user specified in the NOTIFY parameter of a SUBMIT or PROCESS statement. |
NO | Specifies that IBM Connect:Direct does not send a message to users informing them of security failures on Processes they have submitted. |
HOLD | Specifies that IBM Connect:Direct places Processes in the Hold queue with a status of HE if the other node returns an error during performance of security checking. |
The following scenarios could occur with this parameter:
- SECURITY.NOTIFY = NO and a Process has NOTIFY = user ID specified. If a stage 2 security error occurs on the SNODE, the user ID is not notified. The user ID is notified of all other errors or normal completion. All messages and return codes are in the Statistics File.
- SECURITY.NOTIFY = YES and a Process does not specify NOTIFY. The user is not notified of any errors or normal completion. All messages and return codes are in the Statistics File.
- SECURITY.NOTIFY = YES and a Process has NOTIFY = user ID specified. If a stage 2 security error occurs on the SNODE, the user ID is notified. The user ID is also notified of all other errors or normal completion. All messages and return codes are in the Statistics File.
Modifiable through MODIFY INITPARMS command: NO