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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jvelez1
  • Content: Threads
  • Order by date
  1. jvelez1

    Macro Definition Not Working

    Hello! I am running into a problem with a macro definition. When I run the sql code with a %let statement it works fine: options macrogen mlogic symbolgen mprint mfile; %let num=6; proc sql ; select "'"||trim(a.vkont)||"'" into :nbr_&num. separated by ' ' from armdb2.ext_WO_list2 a where...

Part and Inventory Search

Back
Top