A SERVICE OF

logo

658 Chapter 8
Command Definitions SP-Z
STORE
MPEXL (optional) If MPEXL is specified, then STORE writes out MPE XL compatible
media. If the TRANSPORT parameter is used and MPEXL is not specified,
then MPE V compatible media is produced. This option is used to facilitate
transport of files with a later version attribute to older systems. At
present, ACDs are the only attributes that are translated.
COPYACD Indicates that the access control definition (ACD), if one exists, will be
stored with the file. This is the default parameter .
NOACD Indicates that the access control definition (ACD) should not be stored
with the file. If this parameter is not specified, the ACD will be stored.
FCRANGE The set of file code ranges that are to be stored.
filecode/filecode A file code range. A filecode is an integer between -32768 and 32767.
;FCRANGE=1000/1040 would store only those files having file codes
between 1000 and 1040. You may specify a maximum of eight file code
ranges.
MAXTAPEBUF Directs STORE to use the maximum available buffer size during the store
operation. Currently, the maximum tape buffer sizes for the following tape
drives are (in Kilobytes):
7974 16 7978B 32 DDS 32
7976 16 7979 32 MO 32
7978A 16 7980 32 3480 32
This option is also available by setting the CI variable HPMAXTAPEBUF to
TRUE.
NOTIFY Notifies the user when the files being stored are available to be accessed. If
an ONLINE store is being done, this notification is done at the end of the
attach period, when the FILES ARE NOW
FREE message is sent to the console. For a non-ONLINE store, the
notification is done at the successful end of the entire store. Notification is
done by streaming a job specified by the formal file designator NOTIFY.
This file equation should be set up before the store command is run:
:FILE NOTIFY=MYJOB.PUB.SYS
STORE will attempt to issue a STREAM *NOTIFY at the appropriate time. If
STORE is being run from a session, and the job requires passwords, the
user will be prompted to enter them. If STORE is being run in a job and
passwords are required, the job will fail to stream. The output from
streaming the job is sent to $STDLIST. If the job fails to stream for any
reason, STORE will print the error, but will not abort.
ONVS ON Volume Set. Specifies that only files in the filesetlist that reside on the
volume specified are to be stored.
The example below stores the files on VOLUME_SET_A.
:STORE @.@.@;*TAPE; ONVS=VOLUME_SET_A
A set name included for the SPLITVS option can not be specified for the
ONVS option. However, ONVS and SPLITVS can be both used in the same
STORE command with different volume set names. The ONVS option also