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
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How do dates work in SAS data?
What are the ways in which macro variables can be created in sas programming?
Difference between sum function and using “+” operator?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what is the difference between nodup and nodupkey options? : Sas programming
What is interleaving in SAS?
What is the basic structure of a sas program?
what techniques and/or procs do you use for tables? : Sas programming
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Mention some common errors that are usually committed in sas programming.
how can you put a "trace" in your program? : Sas programming
What are the functions used for character handling?
Explain the use of proc gplot? : sas-grid-administration
How to create an external dataset with sas code?