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


Please Help Members By Posting Answers For Below Questions

explain what is data set in sas? : Sas-administrator

524


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

1915


what are several options for creating reports in web report studio? : Sas-bi

626


what are input dataset and output dataset options? : Sas programming

559


What is the use of function Proc summary?

648






What are the ways in which macro variables can be created in sas programming?

562


how can you import .csv file in to sas? : Sas programming

632


What is SAS? What are the functions does it performs?

727


Why double trailing @@ is used in input statement?

694


What are the different operating system platforms in which we can use sas? : sas-grid-administration

586


What are the five ways to do a table lookup in sas? : sas-grid-administration

586


How does the internal authentication work in sas? : sas-grid-administration

579


How is character variable converted into numeric variable and vice versa?

588


For clinical entire study how many tables will create approx?

1518


List out some key concept of SAS

617