CALL X100 (X100 Only)
Valid in: SQL, ESQL
The CALL X100 statement calls an X100 system command. By default, CALL X100 prints its results to the terminal monitor session. However, you can configure this setting using the SET
CALLX100VERBOSE | CALLX100SILENT statement.
Note: This statement requires the SECURITY privilege or DB_ADMIN database permission.
This statement has the following format:
CALL X100(COMMAND ['PARAMETERS'])
where:
COMMAND
Specifies the name of the system command. Commands include:
• CLEANUP_UNUSED_FILES
• CONDENSE_LOG
• FORCE_TRANSACTION_DISALLOW_COMMIT
• SETCONF
• TERMINATE
• TERMINATE_IF_IDLE
• TOTAL_DB_SIZE
• VWLOG_RELOAD
• VWLOG_ROTATE
• COMBINE (Deprecated; use MODIFY...TO COMBINE instead)
• REWRITE (Deprecated; use MODIFY...TO RECONSTRUCT instead)
'PARAMETERS'
Specifies one or more parameters specific to the called system.
Last modified date: 01/27/2026