.; Install RMS resident library and utilities .; B. Z. Lederman 14-March-84 .; .; all segments of RMS library .; .ENABLE QUIET .; .; Because you cannot test to see if a library is installed, and .; we don't want INS -- Task name in use error messages to come .; out by re-installing installed libraries, test to see if DSP .; is installed: if it is, the libraries must also be installed .; .IFINS DSP .GOTO RMSTSK .; .IFNINS RMSLBA INS LB:[1,1]RMSLBA/PAR=GEN .IFNINS RMSLBB INS LB:[1,1]RMSLBB/PAR=GEN .IFNINS RMSLBC INS LB:[1,1]RMSLBC/PAR=GEN .IFNINS RMSLBD INS LB:[1,1]RMSLBD/PAR=GEN .IFNINS RMSLBE INS LB:[1,1]RMSLBE/PAR=GEN .IFNINS RMSLBF INS LB:[1,1]RMSLBF/PAR=GEN .; .; supervisor mode library .; .IFNINS RMSRES INS LB:[3,54]RMSRES/PAR=GEN .; .; utilities .; .RMSTSK: .; .IFNINS DSP INS LB:[3,54]RMSDSP/PAR=GEN .IFNINS CNV INS LB:[3,54]RMSCNV/PAR=GEN .IFNINS IFL INS LB:[3,54]RMSIFL/PAR=GEN .IFNINS DEF INS LB:[3,54]RMSDEF/PAR=GEN .; .; for accounting, should also have Datatrieve .; .IFNINS DTR INS LB:[3,54]DTR/PAR=GEN .IFNINS SRT INS LB:[3,54]SORT/PAR=GEN .; .IFNDF $QUIET .DISABLE QUIET