Consultor Eletrônico



Kbase 15038: How to ADD or REMOVE a logical from the SYSTEM Table in VMS
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
How to ADD or REMOVE a logical from the SYSTEM Table in VMS

How to ADD and REMOVE a logical from the SYSTEM Table in VMS

Setting up logicals is the responsibility of the System Manager
or the Database Administrator. This Kbase entry was written
to assist users in the VMS commands. For more information on
logicals refer to VMS documentation.

When a logical is defined in the SYSTEM table, everyone
on the system has this logical defined for them,
individual users will not have to define that logical
unless they want to override the SYSTEM definition.
SYSNAM privileges are required to do the following.

To ADD a logical to the SYSTEM Table:
$ DEFINE/TABLE=LNM$SYSTEM DLC $15$DIA3:[DLC]

To see that the logical is defined and in which table:
$ SHOW LOGICAL DLC
"DLC" = "$15$DIA3:[DLC]" (LNM$SYSTEM_TABLE)

To REMOVE a logical from the SYSTEM Table:
$ DEASSIGN/TABLE=LNM$SYSTEM DLC

To see that the logical has been removed:
$ SHOW LOGICAL DLC
%SHOW-S-NOTRAN, no translation for logical name DLC


Progress Software Technical Support Note # 15038