HP (Hewlett-Packard) HP 3000 Laptop User Manual


 
Chapter 8 665
Command Definitions SP-Z
STORE
Use
If you press [Break] during a STORE operation, the operation continues while you
interact with the Command Interpreter. Both ABORT and RESUME can be used within
BREAK.
This command may be issued from session, job, or program, but not in BREAK. The user
must have Privileged Mode (PM) capability to execute this command for privileged files.
Examples
To store all files on the system (including HFS files), enter
:STORE /
or
:STORE @.@.@
To store all MPE named files (and exclude HFS files and directories), enter
:STORE ?@.@.@
To store all (MPE and HFS) files in the group GP4X in your logon account to a tape file
named BACKUP, enter
:FILE BACKUP;DEV=TAPE
:STORE @.GP4X;*BACKUP;SHOW
The console operator receives a request to mount the tape identified as BACKUP. A listing of
the files stored appears on your standard list device.
To store all files on the system except the MPE files in the SYS account, enter
:FILE TAP;DEV=TAPE
:STORE @.@.@-@.@.SYS;*TAP;SHOW=SECURITY,DATES,LONG,OFFLINE
The console operator receives a request to mount the tape identified as TAP. A listing of the
files stored appears on both standard list and at the system line printer. The listing will
include all information available from STORE.
To store from indirect file INDFILE which contains
FILE1,FILE2;SHOW
FILE3,@.PUB.SYS;DATE>=6/1/87
enter:
:FILE T;DEV=TAPE
:STORE ^INDFILE;*T
The console operator receives a request to mount the tape identified as T. Files FILE1,
FILE2, FILE3, and all files in PUB.SYS will be stored if they have been modified since
June 1, 1987. A listing of the files stored appears on your standard list device.
To store files from a group and account with a default storefile, enter
:STORE @.GROUP.ACCOUNT
or
:STORE