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 / pnprasad
1. _NULL_ is not create Out put DataSet, it opens the file
to write the dataset. _ALL_ for display contents in the
library & used in cose the files in ODS and _N_ for search
for Null characters.
| Is This Answer Correct ? | 0 Yes | 19 No |
Post New Answer View All Answers
explain about sas business intelligence? : Sas-bi
what is sas and what are the functions? : Sas-administrator
How to specify variables to be processed by the freq procedure?
what are sas/access and sas/connect? : Sas programming
what is star schema? : Sas-di
Mention some common errors that are usually committed in sas programming.
What are the difference between ceil and floor functions in sas?
What’s the difference between var b1 – b3 and var b1 — b3?
What will calendar procedure do?
Tell e how how dealt with..
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
What is the use of %include statement?
Explain why double trailing @@ is used in input statement?
What is the order of application for output data set options, input data set options and SAS statements?
explain the proc in sas? : Sas-administrator