Relative Content

Tag Archive for sassas-macro

SAS Macro – ERROR: Required operator not found in expression:

I’m developing a process that will cycle through a file of about 1+ million rows to find the earliest record for my key value. My Plan is to use global macro variables to share across 4 macros. One macro will be the master that calls the other 3. So depending on which macro was called, the global macro variables will be updated.