NBSpool for MPE Reference Guide

Chapter 3
3-84
In the following example, the same user is given access to all spool files on the system.
O> SET USERCAP=OP;USER=BOB.MFG
In the following example, a user capability override is deleted.
O> SET USERCAP=;USER=BOB.MFG
VAR Parameter Examples
To create a variable that will have the value
“GLREPORT.ARCHIVE”
for all reports on the device
class
GLPRINT
, enter:
O> SET VAR=FOLDER;DEVICE=GLPRINT;VALUE=”GLREPORT.ARCHIVE”
To delete this variable, enter:
O> SET VAR=FOLDER;DEVICE=GLPRINT
SPSAVE Parameter Example
To enable the
MOVE
command to respect the spool file’s
SPSAVE
flag, enter:
O> SET SPSAVE=T
O> MOVE ASDF,STATE=READY TO...
Note. The
STATE=READY
is necessary to prevent duplicate moves of the same spool files.