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 / santosh
as per my understanding this is the solution
without renaming the variables the only way is to do using
proc sql;
select a.age,b.age from a,b;
quit;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are input dataset and output dataset options? : Sas programming
What is the difference between match merge and one to one merge?
how does sas handle missing values in a merge? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
how could you generate test data with no input data? : Sas programming
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
where to use sas business intelligence? : Sas-bi
How to create a permanent sas data set?
what is sas and what are the functions? : Sas-administrator
what is sas data set?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
How would you invoke a macro? : sas-macro
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
explain the difference between proc means and proc summary?