Parameter relationships



Action parameters are independent of each other. They can be specified in any order without affecting their operation.

For members SMFLSTxx and SMRLSTxx, all action parameters for a single SET statement must be on the same line (or on a continued line). For other members, action parameters can be on separate lines.

Selection parameters are cumulative; each selection parameter within a statement is modified by subsequent selection parameters. Selection parameters on a single line are related by an AND condition, whereas selection parameters on separate lines are related to preceding lines by an OR condition.

The following example indicates that the volume ID must be TEST01 and the data set name must be APPROD.VNDR.MASTER.

Warning

Example

VOL=TEST01,DSN=APPROD.VNDR.MASTER

The following example indicates that the BMC AMI Storage function is applied if either the volume ID is TEST01 or the data set name is APPROD.VNDR.MASTER.

Warning

Example

VOL=TEST01DSN=APPROD.VNDR.MASTER

Multiple values for a single selection parameter are related by an OR condition; that is, when several values are specified for a single selection parameter by enclosing the list of values in parentheses, any of the specified values will satisfy the selection. The following examples demonstrate this relationship:

The following example indicates that the second name qualifier must be DBYTD or DBQTR or DBDLY:

Warning

Example

DSN2 = (DBYTD, DBQTR, DBDLY)

When you specify multiple selection parameters with value lists, the selection is satisfied by a combination of OR and AND conditions, as the following example shows:

Warning

Example

DSN2 = (DBYTD, DBQTR) DSN3 = (RECEIPT, ORDER)

The example indicates that the BMC AMI Storage function is applied if the second name qualifier is either DBYTD or DBQTR and if the third name qualifier is either RECEIPT or ORDER.

Selection parameter specifications are usually contained within a single line; however, they can be continued onto multiple lines. Continuation is indicated by a non-blank character in column 72. Therefore, parameter specifications continued on the next line are treated as being connected by AND logic. For example, the following statement indicates that the data set name must be APPROD.VNDR.MASTER and the volume ID must be WORK for the BMC AMI Storage function to be applied. If the second line was not a continuation line, the two parameters would be related by OR logic.

Warning

Example

                                                     column 72
DSN=APPROD.VNDR.MASTER                                               X
VOL=WORK

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Storage Automation 8.2