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

How do you define proc in sas? : sas-grid-administration

670


what is metadata? : Sas-bi

598


What are types of transport files?

6847


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?

701


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

581






How to specify variables to be processed by the freq procedure?

613


How would you include common or reuse to be processed along with your statements?

1896


Difference between nodup and nodupkey options?

630


How can sas program be validated?

575


what is intially documentation in sas?

4333


What are the special input delimiters used in SAS?

652


Give an example where SAS fails to convert character value to numeric value automatically?

606


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1345


Enlist the syntax rules followed in sas statements.

610


What’s the difference between var b1 – b3 and var b1 — b3?

824