What is program data vector (pdv) and what are its functions?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
How would you include common or reuse to be processed along with your statements?
What is the sas data set? : sas-grid-administration
How substr function works in sas?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what are the benefits of data integration? : Sas-di
What report output formats can you generate using SAS?
How could you generate test data with no input data?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
How would you identify a macro variable? : sas-macro
What will calendar procedure do?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?