NetBase for MPE Reference Guide
Chapter 4
4-64
XL
The XL command enters XL list records into the directory. The XL list is used in conjunction with
the PROGRAM command to define the run string for a program to be run remotely or created locally
through NetBase. This command requires NODE MANAGER (NM) or SYSTEM MANAGER (SM)
capability.
Syntax
D> XL name=[file[,file[,...]]]
Parameters
Name Description
name
The user-defined name of the XL list.
file
The name of an XL file as it should appear in the run command.
Example
To define an XL list:
D> XL TESTXL=NMXL1.PUB,NMXL2.PUB
D> LISTX TESTXL
Directory: NBD.DATA.NETBASE
Name XL List
TESTXL NMXL1.PUB,NMXL2.PUB
For more information, turn to Chapter 8 “AutoRPM”.