NetBase for MPE Reference Guide
Using NBDIR
4-47
Parameters
Parameter Description
progname
The programs running under NetBase whose NetBase functions will
be disabled.
MAP
Uses a remoteprog name instead of a local name for local creations.
NOBUF
Disables NFA buffering for this program set.
NONB
Disables all NetBase features for this set of programs. If this option
is selected, all other options are invalid.
NOREL
If this option is selected, the server for a process in this program set
is not released on the last file close. This option overrides the
Release Server on Last Close configuration parameter.
NOSTAT
Disables the collection of statistics for this program set.
DEBUG
Runs the remote program with the debugger.
LOCAL
Makes all access by a program to shadowed files local, regardless of
whether the program is trying to open a file for update access.
LIB=
The load library that is to be used when the process is created on the
local node. If not specified, NetBase uses LIB=P. To override this
default and require that the program be run without NetBase
overriding the load library specified at process creation, enter LIB=D.
NOPEND
Disables pending locks handling, causing unconditional locks to be
transported across the network as individual transactions.
PARM=
Uses this parameter string as an override to the parm specified at
process creation.
XL=
The name of a user defined XL list entered in the directory with the
XL command. The XL list is used as a local override for an XL list
specified at process creation.
progname
The name of the program on the local node. If the wildcard option
is enabled, the @ wildcard is valid for file name and group name.
remoteprog
If specified, this is the name of the program that NetBase will run
on the remote node. If not specified, the remote program name is
the same as the local program name. If the wildcard option is
enabled, the @ wildcard is valid for file name and group name.
Continued