PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.5
- 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, STARTRBA=X’start_rba’,ENDRBA=X’end_rba’ END
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.
|
|
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 up to 12 hexadecimal digits for the start_rba value preceding them with the character X and enclosing them in single quotation marks.
If you enter fewer than 12 digits, the PowerExchange Logger adds leading zeros.
Use this parameter only for replacement log data sets.
|
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 up to 12 hexadecimal digits for the end_rba value preceding them with the character X and enclosing them in single quotation marks.
If you enter fewer than 12 digits, the PowerExchange Logger adds leading zeros.
Use this parameter only for replacement log data sets.
|
END
| Indicates that the input for this command is complete.
| This parameter is required.
|