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 bkrike 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: Dunnes
  • Content: Threads
  • Order by date
  1. Dunnes

    Macro Error Message

    Hi, i have recently moved from SAS 9.2 to 9.13 adn some of my code wont work any more. I have quite a large macro and i get an error message on the first instance of a few let functions. Code: data QSI_WealthSGout; set wealthselfgenapp; where BranchID eq &id; run; %let...

Part and Inventory Search

Back
Top