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
How do you specify the number of iterations and specific condition within a single do loop?
What is the use of the %include statement?
What are the differences between sum function and using “+” operator?
Compare sas with other data analytics tools.
What are the applications primarily used by business analyst? : Sas-bi
How does proc sql work?
name some data transformation used in sas di? : Sas-di
describe about metadata object? : Sas-di
What are the difference between ceil and floor functions in sas?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
which date functions advances a date time or date/time value by a given interval? : Sas programming
Mention the category in which sas informats are placed?
how to generate the test data in sas without input data? : Sas-administrator
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Explain data step in SAS