Previous Topic: /*Comments*/Next Topic: DBD DDN


ADDHLQ

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

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

Syntax

This parameter has no operands.

ADHLQ

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

Example

In the following example, all clusters with the high-level qualifier XYZ are restored and renamed to TEST.XYZ:

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