What is _n_?
Answers were Sorted based on User's Feedback
Answer / mohini
it is a automatic variable.it counts the no. of line and
displays at which line errors are occur
| Is This Answer Correct ? | 3 Yes | 12 No |
Answer / brajesh
it is a automatic variable.it displayed at which line the
error is occur
| Is This Answer Correct ? | 5 Yes | 24 No |
How do you connect the desktop application to metadata server? : sas-grid-administration
What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 Answers Accenture, Sciformix,
In sas, what are the areas that you are most interested in? : sas-grid-administration
How would you code the criteria to restrict the output to be produced?
if x=round(26.3,10)-1 then x= how much and how explain?
what other sas products have you used and consider yourself proficient in using? : Sas programming
what is slowly changing dimension? : Sas-di
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
Differentiate between proc means and proc summary.
One way of creating a new variable in Macros is by % Let....What is the other way..?
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?