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 can you learn from the sas log when debugging? : Sas programming
How would you include common or reuse code to be processed along with your statements?
how to generate means for every subject;
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
what other sas products have you used and consider yourself proficient in using? : Sas programming
Can you excute a macro within a macro? Describe.
why is sas data integration studio important? : Sas-di
For clinical entire study how many tables will create approx?
what are all the reports you generated in your recent project?
0 Answers Accenture, Quintiles,
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
For what purpose(s) would use the RETURN statement?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming