VISTA Plus for MPE Administrator's Guide

Chapter 3
3-12
VSAVE Command Examples
To add all GL reports (spool files with a filename starting with GL) to a folder (GLREPS) creating
a description, and then altering their priorities to 8, enter:
O> VSAVE GL@;FILE=GLREP.ARCHIVE.NETBASE;DESC=“General Ledger Reports”;NEWPRI=8
8 Spool files Qualify
DFID FILENAME JOB USER NAME SECTORS STATUS
------------------------------------------------------------------
#O387 GL0100 #S35 MGR.NETBASE 32 PROCESSED
#O390 GL0100 #S35 MGR.NETBASE 32 PROCESSED
#O393 GL0250 #S35 MGR.NETBASE 32 PROCESSED
#O395 GL0300 #J132 MGR.NETBASE 36 PROCESSED
#O396 GL0310 #S35 MGR.NETBASE 32 PROCESSED
#O399 GL0310 #S35 MGR.NETBASE 32 PROCESSED
#O403 GL0900 #J136 MGR.NETBASE 40 PROCESSED
#O546 GLLIST #J145 MGR.NETBASE 44 PROCESSED
Processed 8 spool files for 280 sectors
To create a folder of all $STDLISTs to the file STDLST.ARCHIVE.NETBASE, enter:
O> VSAVE $;FILE=STDLST.ARCHIVE.NETBASE
To create a folder of all spool files created by jobs except the $STDLISTs, and then change the
output priorities to 13, enter:
O> VSAVE #J,~$;FILE=ARCEM.ARCHIVE.NETBASE;NEWPRI=13
To create a folder with room for 400 spool files and a total size of 10000 sectors, and to place all
$STDLISTs in the new folder, enter:
O> VSAVE $;FILE=STORE.ARCHIVE.NETBASE;LIMIT=400,10000
To append all spool files with an outpri of 1 to the folder SQUISH, and then change their output
priorities to 2, enter:
O> VSAVE %1;FILE=SQUISH.ARCHIVE.NETBASE;APPEND;NEWPRI=2