TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-173
SET DEFINE Command
SET DEFINE Command
Use the SET DEFINE command to set a value for one or more DEFINE attributes in
the working attribute set. Values in the working set determine the values for any
attributes you omit from the ADD DEFINE command when you create a DEFINE. For
more DEFINE information, see the Guardian User’s Guide.
attribute-spec
assigns a value or a list of values to a DEFINE attribute. For attribute-spec, specify
either of these:
attribute-name value
attribute-name ( value [ , value ] ... )
attribute-name
is the name of a DEFINE attribute that you want to establish in the working
attribute set. The valid attribute names and the value associated with each are:
•
For a SEARCH DEFINE:
RELSUBVOLn subvolume-name
SUBVOLn subvolume-name
•
For a SORT DEFINE:
BLOCK size
CPU cpu-number
CPUS { ( cpu-number [ , cpu-number ] ... ) | ALL }
MODE { AUTOMATIC | MINSPACE | MINTIME }
NOTCPUS ( cpu-number [ , cpu-number ] ... )
PRI priority
PROGRAM file-name
SCRATCH file-name
SEGMENT size
SUBSORTS ( DEFINE-name [ , DEFINE-name ] ... )
SWAP file-name
•
For a SPOOL DEFINE:
BATCHNAME batch-name
COPIES num
FORM form-name
HOLD { ON | OFF }
HOLDAFTER { ON | OFF }
LOC [\node-name.] collector[.#group-name[. dest] ]
MAXPRINTLINES num
MAXPRINTPAGES num
OWNER [ group-name.user-name | " group-num‚ user-num "]
PAGESIZE num
SET DEFINE { { attribute-spec } | { LIKE define-name } }
[ , attribute-spec ] ...