HPlogo Native Mode Spooler Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 5 Utilities

STORE

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Stores one or more files to tape using the MPE/iX STORE subsystem.

Syntax

   > ST[ORE] {spoolfileid [,spoolfileid [,...] ]

              username[.acctname]

              seleq } 
   [;store_option    [;store_option [;...] ] ]

Parameters

spoolfileid

An existing output spoolid to which the user has access. To be taken as a spoolid (instead of a username), this parameter must begin with a number or with a pound sign (#). The full syntax is [#O]nnnnn, where the n's represent digits. If the # is used, the O must also be used. If the O is used without the #, the parameter is interpreted as a username and will probably cause an error.

username

The name of a user on the system. Full MPE wildcarding is supported. The SPIFF user must have access to files generated by username. Refer to “Security ”.

acctname

The name of an account on the system. Full MPE wildcarding is supported. Default: the logon account is assumed. The SPIFF user must have access to files generated by users in acctname. Refer to “Security ”.

seleq

A native mode spooler selection equation specifying the set of spool files to store. The selection equation must be enclosed in brackets as in the following example that stores all spool files created by the user MANAGER.SYS with priority less than 3:

   STORE [OWNER=MANAGER.SYS AND PRI<3]

If you choose this (seleq) form of file set selection, SPIFF inserts an OWNER=!HPUSER.!HPACCOUNT in its internal selection equation, unless you explicitly include your own OWNER definition. This prevents users with SM, OP, or AM capabilities from accidentally accessing files that they did not create.

Consult one of the following documents for more information about selection equation syntax and semantics.

  • MPE/iX Commands Reference Manual Volumes 1 and 2 (32650-60115)

  • MPE/iX online help facility

store_option

Any MPE/iX STORE subsystem option. The first option should specify either an output device, such as a tape drive, or be left empty (but with the semicolon to mark its position). Refer to the Storing Files and Backing Up the System Reference Manual (32650-90140) for a full list of available options.

Operation Notes

SPIFF's STORE command (abbreviated ST) is an interface to the MPE/iX STORE subsystem that allows fileset selection by specific spoolfileid(s), username.acctname, or seleq. This augments normal MPE/iX STORE fileset wildcarding with attributes specific to spool files.

The chosen set of spool files are listed to an internal temporary indirect file, which is then passed to the MPE/iX STORE subsystem along with any store_options, such as ;SHOW.

Examples

   STORE MYUSER.MYACCT;*MYTAPE;SHOW

(Output from STORE's SHOW option is not listed here.)

STORE [DATE < 01/08/92 AND OWNER=MYUSER.MYACCT];;SHOW;PURGE

Notice the empty tape file specifier. (Output from STORE's SHOW option is not listed here.)

Feedback to webmaster