ACTIVATE utility control statement
Use the ACTIVATE command to set a log position for a replication mapping.
Specifying ACTIVATE without a time value activates the replication mapping without updating the log position value for the mapping. To change the log position you must specify some form of time value.
Syntax diagram
Syntax
ACTIVATE <subscription-name> REPLICATION MAPPING <ro-name | ALL> [[TIME] <time-value>] [WAIT <wait-ms>] [RETRIES <retry-count>];
Parameters
Each parameter is described in Utility control statement options for CECBTCCP.
- [TIME <time-value>]
-
Valid values: STAGETIME, PROCESSTIME, GMTTIME <timestamp>, SERVERTIME <timestamp>
Default value: STAGETIMENote: ACTIVATE commands cause the CECN0178I message to be issued. This message reports the time in the local time zone of the server even when GMTTIME is used in the ACTIVATE command. - [WAIT <wait-ms>]
-
Valid value: Numeric values
Default value: 0 - [RETRIES <retry-count>]
-
Valid value: Numeric values
Default value: 1 (when WAIT is specified)
Example
ACTIVATE VSAM_REP_DEMO REPLICATION MAPPING ALL TIME STAGETIME;