Creates required system tables for the latest R:BASE release. The R:BASE session must be in single-user mode.
About the UPGRADE command
Use the UPGRADE command to create the required system tables, SYS_FORMS3, SYS_LABELS, SYS_LAYOUTS3, SYS_MERGE and SYS_REPORTS3, for the latest R:BASE release.
Example:
DISCONNECT
SET MULTI OFF
CONNECT dbname
UPGRADE
LIST SYS%
DISCONNECT
SET MULTI ON
CONNECT dbname
Databases that have already been converted to the current format with above system tables will not need to be converted. However, if any of the above system tables are missing, use the UPGRADE command.