I have 2 data sets A & B. Both have a variable called Age in
them, each of them specifying a different functionality.
In my program I use bot these data sets. How do I specify
which Age variable I want to use?
Answer Posted / kush
proc sql;
select Variable_name
from Variable_name.DataSet_name;
run;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
explain what is data set in sas? : Sas-administrator
What is the difference between one to one merge and match merge? Give an example.
What does PROC print, and PROC contents do?
what is sas metadata server? : Sas-di
how to read the variables in sas? : Sas-administrator
Describe the function and untility of the most difficult SAS macro that you have written.
Explain data_null_?
how many types of prompts are there? : Sas-bi
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How to sort in descending order?
How substr function works in sas?
What are the ways in which macro variables can be created in sas programming?
What is the basic syntax of a sas program?
Can you execute a macro within a macro? Describe. : sas-macro
What makes sas stand out to be the best over other data analytics tools?