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
What is connection profile? : sas-grid-administration
What are the difficulties u faced while doing vital signs table or dataset?
Briefly explain input and put function?
What is interleaving in SAS?
Explain proc univariate?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
how many display types available in sas bi dashboard? : Sas-bi
State the difference between INFORMAT and FORMAT ?
describe how to adjust the performance of data integrator? : Sas-di
what is data integration? : Sas-di
Mention what is SAS data set?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is the use of stop statement?
What’s the difference between var b1 – b3 and var b1 — b3?
what is star schema? : Sas-di