Export Object

EXPORT OBJECT <object type>

The export object is a required purge/archive directives file element. It defines which object types to export. For example, in this very simple purge/archive directives file below, only the modem and phone object types will be exported:

EXPORT OBJECT modem

where objid > 0

Actions = Export, Delete, Group

;

EXPORT OBJECT phone

where objid > 0

Actions = Export, Delete, Group

;

The EXPORT OBJECT line is followed by a description of how to run the purge/archive. This might include directive elements such as routines, uniques, where statements, actions, stop ifs, to clauses, or other directive elements.

See Also

Common Purge/Archive Directives Elements

Uniques

Where

Actions

Stop Ifs

To Clauses

Conditional To Clauses

Routines

Next

Uniques

Export Object