Sending Get SAS Data Step for Formula Columns to a data table includes column formulas in the SAS data step code. Here is an example that outputs the formula for the Ratio column:
dt << Get SAS Data Step for Formula Columns;
dt << Get SAS Data Step for Formula Columns;
You can also include column formulas in scoring code for SAS Model Manager. Send Get MM SAS Data Step for Formula Columns to the data table.
dt << Get MM SAS Data Step for Formula Columns;
As with Get SAS Data Step for Formula Columns, specifying column names is optional.