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 |
Explain the use of proc gplot? : sas-grid-administration
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
How are the analysis data sets structured?
Describe the ways in which you can create a macro variable?
What is _n_?
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
what is a post baseline?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
What is the purpose of the trailing and How would you use them?
Code a PROC MEANS that shows both summed and averaged output of the data.
what are 5 ways to perform a table lookup in sas? : Sas-administrator