SAS 9.2 Questions

1

Reporting period
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 [...]

Answer Question   |  January 28, 2013  12:52 PM
SAS, SAS 9.2
asked by:
10 pts.

SAS 9.2
Is it possible to temporarily deactivate a SAS liense from one PC and activate the SAS license on a different PC?

Answer Question   |  August 1, 2012  2:24 PM
SAS 9.2
asked by:
5 pts.

SAS date macro variable
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 [...]

Answer Question   |  October 11, 2010  5:12 PM
Macros, Programming Languages, SAS 9.2, SAS programming
asked by:
30 pts.

Does the same syntax work in both SAS 9.1 and SAS 9.2?
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 [...]

Answer Question   |  June 19, 2009  7:00 PM
Coding, Error Report, SAS 9.1, SAS 9.2, syntax
asked by:
5 pts.

1