mpe_validations_postedit.sas File Reference

Post Edit Hook script for the MPE_VALIDATIONS table. More...

Go to the source code of this file.

Detailed Description

Post edit hooks provide additional backend validation for user provided data. The incoming dataset is named work.staging_ds and is provided in mpe_loader.sas.

Available macro variables:

  • DC_LIBREF - The DC control library
  • LIBREF - The library of the dataset being edited (is assigned)
  • DS - The dataset being edited

This validation checks the incoming mpe_validations settings to ensure there are no columns that have both HARDSELECT_HOOK and SOFTSELECT_HOOK.

SAS Macros

Related Macros

Definition in file mpe_validations_postedit.sas.