• Bridge
  • Products
  • About
  • Random Thoughts Blog
  • Contact Us
  • Data Science Blog
    • Bridge
    • Products
    • About
    • Random Thoughts Blog
    • Contact Us
    • Data Science Blog
Enholm Heuristics

Enholm Heuristics

  • Bridge
  • Products
  • About
  • Random Thoughts Blog
  • Contact Us
  • Data Science Blog

Month: June 2013

Enholm Heuristics > Random Thoughts Blog > 2013 > June
  • Random Thoughts Blog

SAS Table Value into variable

  • June 4, 2013
  • jenholm
Here’s some macro code to put a list of values from a SAS table into a bunch of variables: %LET CURRENT_TABLE_DATE = ‘APR2009’; %GLOBAL CURRENT_TABLE_DATE; %MACRO RUN_DATES; PROC SQL;...
Continue Reading
  • Random Thoughts Blog

SAS – Count Number of Words in a comma separated list

  • June 4, 2013
  • jenholm
I’ve seen a lot of ugly ways to count the number of words in a comma separated list, most of them involve an overly complicated macro. There is an...
Continue Reading

2025 Enholm Heuristics All Rights Reserved