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 the difference between Proc tabulate and Proc print
describe how to adjust the performance of data integrator? : Sas-di
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
What is the difference between match merge and one to one merge?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
how do the in= variables improve the capability of a merge? : Sas programming
"What is the difference between proc sort nodup and proc sort nodupkey?"
What is the order of evaluation of the following operators + - * / ** () ???
why is sas data integration studio important? : Sas-di