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 can you import .csv file in to sas? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?
Enlist the functions performed by sas.
What is the work of tranwrd function?
what is proc Index? and what is proc document?
how to generate the test data in sas without input data? : Sas-administrator
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is study design in while working with SAS? what are screening variables in SAS?
How many data types are there in SAS?
What are the ways to do a “table lookup” in sas?
What is PDV?
What is connection profile? : sas-grid-administration
What are the uses of sas?
how does sas handle missing values in assignment statements? : Sas programming
explain the concepts and capabilities of business object? : Sas-bi