NBSpool for MPE Reference Guide
NBSpool Output Commands
3-45
In the following example, a set of
$STDLIST
s are appended to the file
HOLDSTDL.DATA
, and the file
is created if it does not exist.
O> :FILE HOLDSTDL.DATA;ACC=APPEND;DISC=10000
O> MER $STDLIST;FILE=*HOLDSTDL.DATA
Note. If the
HOLDSTDL.DATA
file existed, the records would have been appended to the
end. If the file did not exist, it would have been built with the example size of
10,000
records.