You use the START LIBRARY
command to restart one or more server libraries that have been stopped
or quiesced. Because server libraries are available by default, this
command is necessary to undo the effect of a STOP LIBRARY or a QUIESCE
LIBRARY command. Here is the syntax for this command:
START LIBRARY libid-1 <...libid-n>;
START LIBRARY _ALL_;
specifies a libref
for a predefined server library or a physical name for a server library.
restarts all server
libraries that are quiesced or stopped.
If a library that was
user-defined is stopped and then restarted with the START LIBRARY
command, the library is no longer defined to the server.