Allows you to declare a work library. Note that some commands
implicitly declare a work library. If the library is located it
becomes the new work library.
Format: SET LIBRARY library-name
1 – Parameter
library-name Indicates the name of the library to be made the current library. You must specify a library with the SET LIBRARY command.
2 – Example
1. TFU> SET LIBRARY SYS$SYSTEM:TFF$MASTER.DAT
TFU> LOAD TABLE HEBREW_VT100
In this example, the first command sets the library to be
SYS$SYSTEM:TFF$MASTER.DAT which is the default file name and
location. This command directs TFF to use character conversion
tables located in that file. The second command loads the table
HEBREW_VT100 into nonpaged dynamic memory pool.