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

What is connection profile? : sas-grid-administration

879


What are the difficulties u faced while doing vital signs table or dataset?

2156


Briefly explain input and put function?

818


What is interleaving in SAS?

855


Explain proc univariate?

786


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

755


how many display types available in sas bi dashboard? : Sas-bi

835


State the difference between INFORMAT and FORMAT ?

803


describe how to adjust the performance of data integrator? : Sas-di

751


what is data integration? : Sas-di

834


Mention what is SAS data set?

888


Give some examples where proc report’s defaults are different than proc print’s defaults?

799


What is the use of stop statement?

818


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

1048


what is star schema? : Sas-di

836