STORE [ MPE/iX Quick Reference Guide ] MPE/iX 5.0 Documentation
MPE/iX Quick Reference Guide
STORE
Copies disk files onto a magnetic tape. Files copied to tape with the
STORE command can be recovered with the RESTORE command.
STORE [filesetlist][;[storefile][;option[;option[;...]]]]
where option is:
[;SHOW[=showparmlist]][;ONERROR=recoverytype] [;FILES=maxfiles]
[;DATE<=accdate] [;PURGE] [;PROGRESS [=minutes]]
[;DATE>=moddate]
[;FCRANGE=filecode/filecode[,...]] [;DIRECTORY]
[;TRANSPORT] [;SPLITVS=split_setname[,split_setname[...]]]
[;ONVS=volumesetname[,volumesetname[...]]] [;MAXTAPEBUF] [REV
BEG][;COPYACD][;NOACD] [;RENAME][REV END]
The filesetlist parameter has the following form:
filesetitem[,filesetitem[...]]
where filesetitem may be !!indirectfile, !!^indirectfile, fileset.
The fileset parameter has the following form:
filestostore[-filestoexclude[-filestoexclude[-...]]]
FILE DEST;DEV=TAPE
STORE @.GP4X;*BACKUP;SHOW;TRANSPORT
FILE SYSLIST;DEV=LP
; SPLITVS = SPLIT_SETNAME[,SPLIT_SETNAME ... ]
STORE @.@.@;*REEL;ONVS=VOLMINE
STORE @.GP4X;*BACKUP;SHOW
FILE T;DEV=TAPE
STORE !!INDFILE;*T ** or ^INDFILE;*T **
STORE @.GROUP.ACCOUNT
STORE myset[d-e 1-6]
STORE
STORE @.@.@-@.@.SYS;*TAP;SHOW=SECURITY,DATES,LONG&
STORE @.GROUP.ACCOUNT;PURGE[REV BEG]
STORE PROG@.VERSION#.PRODACCT=@.@.ARCHIVE:CREATOR;*T;RENAME[REV END]
MPE/iX 5.0 Documentation