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!

Recent content by mlaunce

  1. mlaunce

    work out previous month

    Hi, I'm using the following code to produce MMMYYYY as at today's date and it works fine. %let monyear=%substr(%sysfunc(today(), date9.),3,7); %put &monyear; DEC2005 Trouble is, I need to modify the code to give the previous month in the macro output, so today it would give NOV2005. Any...

Part and Inventory Search

Back
Top