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?
No Answer is Posted For this Question
Be the First to Post Answer
What is the command used to find missing values?
How to include or exclude specific variables in a data set?
What's the difference between VAR A1 - A4 and VAR A1 - A4?
What are symget and symput? : sas-macro
Please write codes to merge two datasets and keep every record in the first dataset.
Give some examples where proc report’s defaults are same as proc print’s defaults?
what is the difference between the SAS v8 and SAS v9?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What is the sas data set? : sas-grid-administration
Do you prefer Proc Report or Proc Tabulate? Why?
how does sas handle missing values in formats? : Sas programming