differnce between 8.2 and 9.1.3
NEW FORMATS:
The new length for numeric format names is 32. For
character names it is 31. Format names can be associated
with a data set. The only difference between SAS V9 and
previous versions of data sets is the existence of a format
name longer than the traditional 8 bytes.
Version 9 data sets that use 8 byte or shorter format names
can be read by Version 8.
NEW INFORMATS
The new length for numeric informat names is 31 and for
character names is 30. Informat names can be associated
with a data set. The only difference between SAS V9 and
previous versions of data sets is the existence of a format
name longer than the traditional 8 bytes. Version 9 data
sets that use 8 byte or shorter format names can be read by
Version 8.
FIND THE MATTER IN BELOW LINK:
http://www2.sas.com/proceedings/sugi30/266-30.pdf
PLEASE CORRECT IF ERROR IDENTIFIED.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is in stream data in SAS?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
Can you excute a macro within a macro? Describe.
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
Name any two sas spawners? : sas-grid-administration
Differences between where and if statement?
what are all the default values getting in PROC MEANS...???
how do we get duplicate observations in a separate dataset?
what r the job openings SAS for fresher graduates !
how to perform paired t-test using Base/SAS & SAS/Stat?
Describe the function and untility of the most difficult SAS macro that you have written.