mpe_column_level_security_postedit.sas File Reference

Post Edit Hook script for the MPE_COLUMN_LEVEL_SECURITY 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 column_level_security settings to ensure each individual filter is valid

Definition in file mpe_column_level_security_postedit.sas.