$ ! You must define the variable LL_DIR as the directory used for installation $ Define/system LL_Dir sys$sysdevice:[Local.LLIMP88] $ ! $ ! If you have not created new commands tables using the file LL.CLD you will ! ! need to un-comment out the following line. $! SET COMMAND LL_DIR:LL $ ! $ ! The following line is only necessary if you want to use the LLAP library $ DEFINE/system LLAP_INCLUDE LL_DIR $ ! $ DEFINE/system IMP_INCLUDE LL_DIR: $ ! $ ! The USERLIB command can't be ported to the Alpha systems, so it is best $ ! to create the Help and Oject Library logical names directly. $ ! Note that the numbers used must be consecutive (which USERLIB took care of) $ ! The LLAP and GATTLIB libraries only need to be defined if they are used. $ ! but if you do not define them, then you need to re-number the names for $ ! NEWIO and IMPV10. $ ! NEWIO must come before IMPV10 in the library search order. $! USERLIB/system LL_DIR:LLAP.OLB $! USERLIB/system LL_DIR:GATTLIB.OLB $! USERLIB/system LL_DIR:NEWIO.OLB $! USERLIB/system LL_DIR:IMPV10 $! USERLIB/HELP/system LL_DIR:LL $ ! OR you need to say $! define/system LNK$LIBRARY "LL_DIR:LLAP.OLB" $! define/system LNK$LIBRARY_1 "LL_DIR:GATTLIB.OLB" $! define/system LNK$LIBRARY_2 "LL_DIR:NEWIO.OLB" $! define/system LNK$LIBRARY_3 "LL_DIR:IMPV10.OLB" $! define/system HLP$LIBRARY "LL_DIR:LL.HLB"