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 / aravind9882
_null_ is used in datstep not to create a dataset.
_all_ means all..foe instance all variables like char and
numeric...if u use in ods statement like ods _all_ close
closes the all d destinations u have opened instead of
writing each...
u can cal a macro bariable using '&' lke call symget...
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What function CATX syntax does?
Explain data_null_?
Name few SAS functions?
Explain how you can debug and test your SAS program?
What will calendar procedure do?
explain about various caches available in data integrator? : Sas-di
Enlist the functions performed by sas.
Give e an example of..
Can you execute a macro within a macro? Describe. : sas-macro
What are common programming errors committed in sas
What are the features of SAS?
How would you define the end of a macro? : sas-macro
What are pdv and it functions?
what is slowly changing dimension? : Sas-di
What do you know about sas data set?