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 ae onset date n what is RDS
What do the SAS log messages "numeric values have been converted to character" mean?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What is the use of function Proc summary?
How would you identify a macro variable? : sas-macro
What is the use of divide function?
What is the difference between the proc sql and data step?
for whom is sas data integration studio designed? : Sas-di
What are SAS/ACCESS and SAS/CONNECT?
What are the limitations for memory allocation for SAS variables
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
do you need to know if there are any missing values? : Sas programming
What areas of SAS are you most interested in?
What do the mod and int function do? : Sas programming
What can be the size of largest dataset in SAS?