Controlling RECONFIGURER Output
- Last UpdatedMar 18, 2022
- 1 minute read
The administrator can control the format and extent of the output produced by the RECONFIGURER during PASS 2 processing. The commands are:
|
VB |
Very brief output mode. |
|
BRIEF |
Brief output mode. |
|
FULL |
Full output mode. |
In VB mode, a message is output as each element in the copy list is successfully created. If the copy command was RCFCOPY ALL, then a message is output for each element successfully copied into the World of the destination Database (DB).
In BRIEF mode, all information output in VB mode is given, plus messages describing any errors that have occurred due to DDL changes.
In FULL mode, all information output in BRIEF mode is given, plus a log of all elements successfully created and named.
Note:
FULL mode is very verbose and its use is not generally recommended.
The default is BRIEF mode.
An upper limit may be set on the number of errors that are acceptable during PASS 2 of a reconfiguration using the ERRORS command. For example:
ERRORS 50
If the specified limit is reached, reconfiguration is abandoned and the DB is left unaltered.
By default, RECONFIGURER allows an unlimited number of errors to occur. This situation may be reset if necessary by using the ERRORS command followed by a negative value. For example:
ERRORS -1