Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by upspeaker1

  1. upspeaker1

    Proc sql with macro variable help

    I'd like some help constructing a proc sql step. I have a query like PROC SQL; SELECT title, rating, category FROM movies WHERE category LIKE 'D%'; QUIT; What I'd like to do is make the D a macro variable i.e change at run time depending on user input but retain the % sign. Do I...

Part and Inventory Search

Back
Top