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
How would you code the criteria to restrict the output to be produced?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
How to merge the data using merge statement and proc format? Is the result is same ?
What is PROC in SAS?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
do you need to know if there are any missing values? : Sas programming
how can u create zero observation dataset?
what is star schema? : Sas-di
What statement do you code to write the record to the file?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Name statements that are execution only.