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

Post New Answer

More SAS Interview Questions

Describe a time when you were really stuck on a problem and how you solved it?

0 Answers   DELL,


How long can a macro variable be? A token? : sas-macro

0 Answers  


Name statements that function at both compile and execution time.

3 Answers   L&T,


What is the purpose of trailing @ and @@? How do you use them?

0 Answers  


Explain what is the use of proc gplot?

0 Answers  






data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.

1 Answers  


Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?

4 Answers  


Of all your work, where have you been the most successful?

0 Answers   Oracle, Six Sigma,


How do you read in the variables that you need?

5 Answers  


What do you know about symput and symget?

0 Answers  


what has been your most common programming mistake? : Sas programming

0 Answers  


How can you limit the variables written to output dataset in data step?

0 Answers  


Categories