SAS Macro for standard SQL query - TechRepublic
Question
March 11, 2008 at 01:25 PM
kmacdonald

SAS Macro for standard SQL query

by kmacdonald . Updated 18 years, 3 months ago

I am new to SAS but have a VB background.

Looking to set up a Proc SQL which is fed arrays X, Y and Z (each with a number of elements).

The SQL query would be ‘Select X From Y Where X’

I want to be able to call the query and just send the arrays of criteria.

Does anyone know if this is something that can work or have I been banging my head against my desk all day for no reason :). Any help is appreciated.

Thanks,
Kevin

This discussion is locked

All Comments