SAS Documentation
SASĀ® Solution for Stress Testing
Reference manual - version 08.2021
Loading...
Searching...
No Matches
irmst_node_filter_entity.sas File Reference

Filter Entity Hierarchy. More...

Go to the source code of this file.

Detailed Description

Filter Entity Hierarchy.

Parameters
[in]entity_idEntity Identifier
[in]group_flgGroup Flag (Y/N). See below for details
[in]ds_in_entityInput Entity table
[out]ds_out_entityOutput Entity table

This node filters the input Entity table according to the following logic:

  • If GROUP_FLG = N then only the specified &ENTITY_ID is retrieved
  • If GROUP_FLG = Y then the specified &ENTITY_ID and related children entities are retrieved

In addition the following macro utilities are called:

Macro name Description Further information
irm_session_prepare Reads RUN_OPTION table and sets logging options irm_session_prepare.sas
irm_session_cleanup Removes all non-IRM WORK datasets/views and deletes all user-created macro variables from workspace session irm_session_cleanup.sas
Author
SAS Institute Inc.
Date
2018

Definition in file irmst_node_filter_entity.sas.