NBSpool for MPE Reference Guide

Chapter 2
2-20
Examples of Command Redirection
To create a fixed ASCII disk file in the permanent domain, issue the following commands:
O> :FILE SAVEOUT;REC=-80,16,F;NOCCTL;SAVE
O> S $STDLIST > *SAVEOUT
To redirect the output to the device class LASER, do one of the following:
O> :FILE LISTING;DEV=LASER
O> ARC @;FILE=BIGARC > *LISTING
or
O> :FILE NBOUTPUT=WHATEVER;DEV=LASER
O> P @.SYS >
In this last example, the file name is missing, so the default was taken. The file equation specifies a
new device and a new name.