Example Purge/Archive Directives File

/* THE CHECKSUM FOR THIS FILE IS: 6AAD     */
/* sccsid = @(#)period_amt.arc  1.5 05/11/98 15:43:51 */
/* period_amt archive directives file */
/* This file is intended for Clarify 6.0 databases */

NO_EXPORT OBJECT ALL;

EXPORT OBJECT period_amt
  UNIQUE_FIELD = "objid"
  WHERE  arch_ind = 1
  ACTIONS = GROUP, EXPORT, DELETE

TO amort_dtl THROUGH period_amt2amort_dtl
  UNIQUE_FIELD = "objid"
  ACTIONS = EXPORT, DELETE
END_TO

TO contr_itm THROUGH period2contr_itm
  UNIQUE_FIELD = "objid"
  ACTIONS = EXPORT_REF
END_TO

TO contr_schedule THROUGH period2contr_schedule
  UNIQUE_FIELD = "objid"
  ACTIONS = EXPORT_REF
END_TO

/*---------------end of period_amt directives--------------------*/
;

See Also

Purge/Archive Directives Files

Generating Purge/Archive Directives Files

Updating the Checksum

Common Purge/Archive Directives Elements

Complete List of Purge/Archive Directives Elements

Recursively Deleting Objects

Example Purge/Archive Directives File with Routines

Next

Example Purge/Archive Directives File with Routines

Example Purge/Archive Directives File