34 About the Script CommandsRecurring Syntax ElementsRecurring syntax elements are a general category of variables and parametersyou can use in one or more script commands. The recurring syntax is used inthe general definitions of the script commands that are listed in "ScriptCommands" on page 105. Table 2-4 lists the recurring syntax and the syntaxvalues that you can use with the syntax.show object {statement-data} Displays information about the object.start object {statement-data} Starts an asynchronous operation. You can stop someoperations after they have started. You can query theprogress of some operations.stop object {statement-data} Stops an asynchronous operation.suspend object{statement-data}Suspends an operation. You can then restart thesuspended operation, and it continues from the pointat which it was suspended.Table 2-4. Recurring Syntax ElementsRecurring Syntax Syntax Valueraid-level (0 | 1 | 5| 6)snapshot-repository-raid-level (1 | 5 | 6)capacity-spec integer-literal [KB | MB | GB | TB |Bytes]segment-size-spec integer-literalboolean (TRUE | FALSE)user-label string-literaluser-label-list user-label {user-label}create-raid-vol-attr-value-list create-raid-virtual disk-attribute-value-pair{create-raid-virtual disk-attribute-value-pair}Table 2-3. General Form of the Script Commands(continued)Command Syntax Description