mfims imsdbu RECV {database-name|filename} [PITR(YYMMDDhhmmssmm)] [ABEND(NO|YES)] [[NO]CLS] [ECHO(keyword,msglvl,stoplvl [[NO]INI(filespec)] [[NO]LIST(filespec)] [LISTOPEN(disp)] [[NO]LOG(filespec)] SERVER(server-name) [TLOGPATH(path)]
YYMMDDhhmmssmm | The exact point in time at which you want to recover the database, represented here as two digits each for Year, Month, Day,
hour, minute, second, and millisecond. Character delimiters are optional and unrestricted with regard to number and placement
up to a limit of 25 characters in total.
To be valid, the date and time provided must match the date time of a commit comp as recorded in a TLOG file. For information on viewing this information in a TLOG file, see the TLOG Files topic. |
Default: | ABEND(NO) |
NO | The recovery process continues even in the event of a date discrepancy found in the recovery log files. |
YES | Recovery aborts in the event of a date discrepancy found in the recovery log files. |
Default: | NOCLS |
Default: | ECHO(MSGS,4,8) |
keyword | The category of information displayed. One of the following:
|
msglvl | A value from 4 through 20 to indicate the severity of messages to display.1 |
stoplvl | A value from 4 through 20 to indicate the severity of messages to stop for user input. 1 |
Value | Category | Example Cause |
---|---|---|
4 | General warning message | A minor coding error in DBD source which DBDGEN can make an assumption about and continue. |
6 | IMS specific warning message | A warning that a keyword or statement is not supported and is ignored - processing can continue. |
8 | General severe error | An incorrect coding in DBD source which cannot be compensated for, such as 'no DBD statement'. |
10 | IMS Option specific severe error | An unsupported feature was defined which cannot be compensated for, such as 'Exceeded some maximum'. |
12 | Severe error - possible temporary condition | A temporary I/O error such as a 'file locked' or 'database locked' status. |
16 | Severe error- permanent - likely installation problem | A permanent I/O error, such as an invalid data set name or member name, was input to a utility or an environment variable is not set correctly. |
20 | Severe error - permanent | An unrecoverable I/O error or some other unexpected error. |
Default: | None |
filespec | The name and location of the .INI file containing directives that override the IMSDBU programmed defaults. |
[IMSDBU] PROGRESS(1000) ;use local log LOG(C:\MYDIR\MYDB.LOG)
Default: | RECOVER(*.LST) |
filespec | The name and location to use for the listing file. |
Default: | LISTOPEN(NEW) |
disp | The disposition to use. One of:
|
Default: | LOG(IMSDBU.LOG) |
filespec | The name and location of the file to use as the IMSDBU activity log. |
Default: | None |
server-name | The name of the enterprise server that was active when the recovery log files were created. |
Default: | Checks the current directory first, and then the path specified by the ES_IMS_TLOG_PATH environment variable. |
path | The path to the location where the recovery log files reside. |