NetBase for MPE Reference Guide

Using NBDIR
4-51
RESET
The RESET command removes a record from the NetBase directory. Once an entry is removed, it
will no longer be referenced the next time that file is opened. Active processes, with previously
defined files opened, will not be affected. DSET records are removed with the DSET command.
SQLOUT and SQLIN records are removed by the SQLOUT and SQLIN commands. This command
requires NODE MANAGER (NM) or SYSTEM MANAGER (SM) capability.
Syntax
D> RESET filename[,recordtype]
where
recordtype = F or FILE
S or SHADOW
P or PROGRAM
D or DEVICE
L or LOGON
X or XL
Parameters
Parameter Description
filename
The file name to be removed from the directory. If the group name or
the account name is not specified, the default group or account will
be used.
recordtype
Specifies the type of record to be removed from the directory. Record
type is expressed as one of the following:
FILE Removes a file record from the directory. This is the default
when the command is issued without specifying a record type.
SHADOW Removes a shadow record from the directory.
PROGRAM Removes a program record from the directory.
DEVICE Removes a device record from the directory.
LOGON Removes a logon record from the directory.
XL Removes an XL list record from the directory.