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
Name any two sas spawners? : sas-grid-administration
What is your favorite all time computer book? Why?
What is by-group processing?
What do you code to create a macro? : sas-macro
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How can you create a macro variable with in data step? : sas-macro
Mention what is PROC in SAS?
name several ways to achieve efficiency in your program? : Sas programming
What sas features do you use to check errors and data validation?
how to remove duplicates using proc sql?
How we can create SAS USER DEFINED CODE?
describe the interaction table in sas di? : Sas-di
what is sas business intelligence? : Sas-bi
If a variable contains only numbers, can it be a character data type?
How do you delete duplicate observations in sas?