Previous Topic: Examples of *AMS Name SubstitutionNext Topic: RESTORE JCL


() Parameter

An open and closed parenthesis () prevents RESTORE from putting an IDCAMS parameter in the *AMS DEFINE statement.

Syntax

()Parameter

►►─┬───────────────┬──────────────────────────────────────────────────────────►◄
   └─ parameter() ─┘

Operand

The () parameter has the following operand:

Operand

Explanation

parameter

The IDCAMS parameter to be suppressed

Example

The following sample RESTORE job suppresses the storage class, the index name, and the data name:

RESTORE CLUSTER CL=+ *AMS -
 CLUSTER (STORCLAS()) -
 DATA (NAME()       ) -
 INDEX (NAME()      )