Skip to content

Latest commit

 

History

History

SID - Import Lookup Table

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SID - Import Lookup Table

Description

The custom step enables SAS Studio users to import and activate a lookup table for SAS Intelligent Decisioning (SID) from input data, using DCM_IMPORT_LOOKUP macro. The macro DCM_IMPORT_LOOKUP (part of SID) uses the lookup table name and folder path name to determine whether a lookup table already exists. If the lookup table already exists, then it is updated. If either the path name or lookup table name does not exist, it is created.

User Interface

Data tab

  • From input table, select a column for the lookup table keys (required).
  • From input table, select a column for the lookup table values (required).

Metadata tab

  • Define a name for your lookup table (required).
  • Define a description for your lookup table (optional).
  • Define a location on the sas content for your lookup table (required). --> the location path can be browsed or defined by a string or a macro variable.

Additional Parameters tab

  • Activate or not the lookup table. By default, this option is checked.

Requirements

Usage

  • Can be used in a flow or in stand alone.

  • Require an input data set with valid columns for keys and values.

Change Log

  • Version 1.0 (07FEB2025)
    • Initial version