Category:Upgrade from V8 to V9

From sasCommunity

Jump to: navigation, search

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

[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

[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

Articles in category "Upgrade from V8 to V9"

There is one article in this category.

P

Personal tools