Previous Topic: /*Comments*/Next Topic: BIXLIST


ADDHLQ

The ADDHLQ (Add High-Level Qualifier) parameter adds a node or nodes to the cluster name through *AMS overrides.

Note: At this level, ADDHLQ is a global parameter. It applies for the entire RESTORE. Specify ADDHLQ at the local level to limit its effect to a specific group of clusters. For more information about ADDHLQ as a local parameter, see Cluster Names: Optional Parameters.

Syntax

This parameter has no operands.

ADDHLQ

►►─┬──────────┬───────────────────────────────────────────────────────────────►◄
   └─ ADDHLQ ─┘
ADDHLQ 

In the following example, all clusters with the high-level qualifier XYZ are restored and renamed to TEST.XYZ, and the data and index component names are suppressed.

RESTORE ADDHLQ
 CLUSTER
 CL=XYZ.+ *AMS -
 CLUSTER(NAME(TEST.+)) -
 DATA   (NAME() ) -
 INDEX  (NAME() )