DSNL314I THE ALIAS alias-name IS state.

Explanation

The MODIFY DDF command was issued with the ALIAS keyword to start, stop, or cancel an alias, and the specified operation was successful.

alias-name
The name of the location alias.
state
Whether the alias was STARTED, STOPPED, or CANCELED.

Start of changeThis message is also issued during the first DDF start, which occurs during when Db2 starts, with STARTED as the state value for each alias that is saved in the STARTG state.End of change

System action

The system action depends on the action that was successful:
STARTED
Db2 begins accepting new connections for the alias.
STOPPED
Db2 stops accepting new connections to the alias. All database access threads processing connections to the specified alias have finished their processing.
CANCELED
Db2 stops accepting new connections to the alias and cancels all existing connections.

User response

No action required.