Global parameters
The global parameters for the move utility must appear first in the control cards and are listed in the table.
The example in the following figure shows the global parameters:
The following table describes the global parameters.
Parameter | Description | Required parameter? | Default |
---|---|---|---|
DB2SSID (cccc) | Specify the Db2 subsystem identifier owning the data sets to be moved. | Yes | None |
PLANNAME (cccccccc) | Specify the plan name of the second Db2 Automation Expert plan created during the installation of Db2 Automation Expert on the Db2 subsystem owning the data sets being moved. | Yes | None |
CHECKPARMS (YES|NO) | This parameter allows you to execute the move utility to check input parameter syntax only. After completing syntax checking, execution will terminate. Specify YES or NO. | No | NO |
MAXMOVERS (nn) | This parameter allows you to specify the level of execution concurrency to be used when moving more than one data set in a single batch job execution. The default value used for batch execution is 5. Any value between 1 and 20 may be specified. The move utility will execute multiple move requests concurrently when executed. | No | 5 |
STOPWAITTIME (nnn) | This parameter controls how long the move utility will attempt to stop an individual data set using the STOP DATABASE command before terminating the attempted move of the data set. Parameter is optional. Value is specified in seconds. Valid values are 030 to 999. If parameter is omitted a default value of 30 seconds will be used. | No | 30 |