Previous Topic: RESTORE Optional ParametersNext Topic: ADDHLQ


/*Comments*/

Comment lines are permitted in RESTORE. Use the slash (/) and asterisk (*) characters to enclose comments.

Syntax

Comment

►►─┬────────────────────┬─────────────────────────────────────────────────────►◄
   └─ /*comment line*/ ─┘
/*comment line*/ 

Example

The following example shows how to add a comment line to a RESTORE job:

RESTORE          /* begin restore*/
CLUSTER          /*specify cluster method*/
CL=TEST.CLUSTERS /*specify which clusters to restore*/