FROMRBA or FROMLOGPOINT specification
Option | Description |
---|---|
FROMRBA LASTQUIESCE or FROMLOGPOINT LASTQUIESCE | FROMRBA LASTQUIESCE or FROMLOGPOINT LASTQUIESCE specifies that the log point where the application of the log records will begin for this object (or object data set) is the log point of the most recent quiesce point registered in SYSIBM.SYSCOPY. If this is recovery of an index, the QUIESCE entry for the table space is used. You can abbreviate LASTQUIESCE to LASTQ. |
FROMRBA LASTCOPY or FROMLOGPOINT LASTCOPY | FROMRBA LASTCOPY or FROMLOGPOINT LASTCOPY specifies that the log point where the application of the log records will begin for this object (or object data set) is the log point of the most recent image copy (full or incremental) registered. |
FROMRBA LASTARCHQ or FROMLOGPOINT LASTARCHQ | FROMRBA LASTARCHQ or FROMLOGPOINT LASTARCHQ specifies that the log point of the most recent ARCHIVE LOG MODE(QUIESCE) command is the point where the application of the log records will begin for this object (or object data set). |
FROMRBA LASTSHUTDOWN or FROMLOGPOINT LASTSHUTDOWN | FROMRBA LASTSHUTDOWN or FROMLOGPOINT LASTSHUTDOWN specifies that the log point of the most recent successful STOP DB2 command is the point where the application of the log records will begin for this object (or object data set). |
FROMRBA X'logPoint' or FROMLOGPOINT X'logPoint' | FROMRBA X'logPoint' or FROMLOGPOINT X'logPoint' specifies the log point in the log where the application of the log records for this object will begin. 'logPoint' is a string of up to twelve hexadecimal digits. |