Need help to create 12-month running total by customer_id which include the following: 1. MonthlyTotal 2. Monthly Percentage, 3. Previous Month total, 3. YTD 4 . YTD Percentage Below is an example of what I am trying to accomplish. Within the example there are customer_id , 24 and 25. Each row of data represents one [...]
Is it possible to temporarily deactivate a SAS liense from one PC and activate the SAS license on a different PC?
Hello, i’m new in SAS I’m writing this code below : data _test_ ; d1 = put(mdy(month(today())- 1,1,year(today())-1),yymmdd10.); call symput(‘d1′,”‘”||put(d1,9.)||” 23:59:59′”) ; d2 = put(mdy(month(today())- 1,1,year(today())),yymmdd10.); call symput(‘d2′,”‘”||put(d2,9.)||” 23:59:59′”) ; run ; %put d1; My question is 1. My understanding is %put [...]
Hi! I am a new SAS user and just yesterday IT installed SAS 9.2 on my computer at work. The code I was using for SAS 9.1 (which was working perfectly fine) has not been working on SAS 9.2; instead it sits there for a while and then shuts down. If my code were different [...]





