NetBase for MPE Reference Guide

NetBase and Third Party Products
10-7
NetBase MPEX Interface
This section documents the NetBase/MPEX integration command files, intended to allow VESOFT's
MPEX to be safely used in a NetBase environment.
The following MPEX commands are intercepted by the NetBase/MPEX interface:
%ALTFILE
%BUILD
%COPY
%PURGE
%RENAME
%SAVE
%YESPURGE
When any of the above commands are used, the NetBase/MPEX interface will intercept and execute
the command, instead of the normal MPEX command file. The NetBase/MPEX interface is
designed to emulate normal MPEX operation wherever possible. The request is passed to NetBase
only in cases where the source file (or, when applicable, the target file) is either a NetBase
shadowed or a NetBase remote file.
Requirements
NetBase Version 9.7 or later
MPEX: 25n60119 (NM MAIN)
The following line must be added to MPEXMGR.PUB.VESOFT file:
XEQ STARTUP.NETBASE.VESOFT
The following NetBase Directory entry must be made:
:RUN NBDIR.PUB.NETBASE
D> PROGRAM MAIN.PUB.VESOFT;LIB=D
D> EXIT
Notes
For detail information regarding the NetBase MPEX Interface, see the file README.MPEX.NETBASE