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?
Answer Posted / chandrakanth
_null_ will act like any other data step but it would not create any data set.
_all_ will select all the variables in a particular data set.
_n_ is the automatic variable generated by SAS which counts the number of loops SAS moved to the top of data set
(but some people say it is total number of observations which is not always true)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between reading data from an external file and reading data from an existing data set?
Tell me about % include and % eval? : sas-macro
what is metadata? : Sas-bi
what is the Population you used in your project, is it ITT or PP?
how to remove duplicates using proc sql?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Describe the function and untility of the most difficult SAS macro that you have written.
how does sas handle missing values in a merge? : Sas programming
what is sas olap server? : Sas-di
How to create a permanent sas data set?
where to use sas business intelligence? : Sas-bi
describe the interaction table in sas di? : Sas-di
Explain proc sort?