Category:Upgrade from V8 to V9
From sasCommunity
TinyUrl: http://tinyurl.com/6a87b2
Contents |
[edit] Earliest SAS-L posts re V8 to V9
Date: Wed, 12 Feb 2003 14:07:12 -0600
http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0302B&L=sas-l&P=R19648
- check our most excellent archives:
- http://www.listserv.uga.edu/archives/sas-l.html
- search for:
- substring search: [X]
- subject contains: v9
- author's address:
- since: Feb 2003
- until:
- tip v9 tightening up on missing semicolon
- tip v9 careful match of sQuotes
- ods v8.2 and v9...1 Document
- tip: v8 to v9 Proc Migrate
- list of new features in v9
[edit] Upgrade from V8 to V9
What you need to know or do when you change from v8.2 to v9.1.
You might like to refer to http://support.sas.com/rnd/migration/
[edit] New in V9
- 9.* http://support.sas.com/onlinedoc/913/getDoc/en/whatsnew.hlp/whatsnewoverview.htm
- 9.1.3 to 9.2 http://support.sas.com/documentation/cdl/en/whatsnew/61982/PDF/default/whatsnew.pdf
[edit] Options ValidVarName
When referring to variable names, case may be important.
proc options define value option = validvarname; run; * values in: V7 | UPCASE | ANY ; options validvarname = ANY; options validvarname = UPCASE; options validvarname = V7;
[edit] Quotes in Comments
Remove single and double quotes from comments;
change this: * don't bother with the exceptions here; to this: * do not bother with the exceptions here;
--macro maven == the radical programmer 16:08, 17 August 2007 (EDT)
- This page was last modified 04:01, 18 August 2007.
- This page has been accessed 325 times, as of 2008-Jun-17
