Previous Topic: NMIGETITEM CommandNext Topic: Notification Commands


NMIMPORT Command

The NMIMPORT command imports an exported copy of a Notification Manager database.

Important: This command destroys all existing data in the database before importing new data.

This command has the following format:

ADDRESS VOX "NMIMPORT PATH(path)"
PATH

Specifies the name of the path from which the exported database is retrieved.

Return Information:

After the NMIMPORT command executes, it sets the special REXX return code variable RC.

Usage Notes:

Example:

The following example imports a copy of an exported database that resides in the G:\TEMP_EXP directory:

ADDRESS VOX "NMIMPORT PATH(G:\TEMP_EXP)"