PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.5.1
- All Products
DEFINE_LOG DSName=data_set_name, COPY={PRILOG|SECLOG}, [STARTRBA=X’start_rba’,ENDRBA=X’end_rba’] END
DEFINE_LOG DSName=data_set_name, COPY1VOL|COPY2VOL=volser,UNIT=unit_name, STARTRBA=X’start_rba’,ENDRBA=X’end_rba’ END
F procname,DEFINE_LOG DSNAME=data_set_name,COPY=PRILOG
F procname,DEFINE_LOG DSNAME=data_set_name,COPY1VOL=volser,UNIT=unit_name,
F procname,STARTRBA=X'start_rba_value',ENDRBA=X'end_rba_value'
Parameter
| Definition
| Valid Values
|
---|---|---|
DSNAME
| Specifies a log data set name.
| The data set name can be up to 44 characters long.
|
COPY
| Specifies which copy of the active log you are defining.
This parameter is valid only when you are specifying active log options.
|
|
COPY1VOL | COPY2VOL
| Specifies which copy of the archive log you are creating.
| The six-character volume name where the archive log resides.
|
STARTRBA
| Specifies the log RBA of the beginning of either the replacement active log data set or the replacement archive log data set volume specified by data_set_name.
You can obtain the start RBA from messages or by using the PowerExchange Logger DISPLAY command.
You must enter this parameter for archive log definitions. It is optional for active log definitions.
| Enter 12 hexadecimal digits for the rba value preceding them with the character X and enclosing them in single quotation marks.
For active logs, use this parameter only for replacement log data sets.
For archive logs, this parameter is required.
|
UNIT
| Specifies the z/OS unit name of the archive log you are creating.
| The z/OS unit name that matches the volume name you specified in the COPY1VOL or COPY2VOL parameter.
|
ENDRBA
| Specifies the log RBA of the end of either the replacement active log data set or the replacement archive log data set volume specified by data_set_name.
You can obtain the end RBA from messages or by using the PowerExchange Logger DISPLAY command.
You must enter this parameter for archive log definitions. For active log definitions, this parameter is required if you specified STARTRBA.
| Enter 12 hexadecimal digits for the rba value preceding them with the character X and enclosing them in single quotation marks.
For active logs, use this parameter only for replacement log data sets.
For archive logs, this parameter is required.
|
END
| Indicates that the input for this command is complete.
| This parameter is required.
|