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
for report generation which one you used proc report or data_null_?
what is the difference between nodup and nodupkey options? : Sas programming
how do you pull data from equifax?tell me the process?
what is SAS OPTIMIZATION?
what can you learn from the sas log when debugging? : Sas programming
What are the advantages of using sas?
Explain input and put function?
what is the purpose of _error_? : Sas programming
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
how does sas handle missing values in assignment statements? : Sas programming
What are the functions which are used for character handling functions?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Do you know the features of sas?
Differentiate between sas functions and sas procedures.
Tell e how how dealt with..