Answer Posted / srinivasreddy
%let a=%eval(3+4);
%put &a;
answers is : 7
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
To what type of programms have you used scratch macros?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is the use of PROC gplot?
how do you pull data from equifax?tell me the process?
Why and when do you use proc sql?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What is a put statement?
How do you control the number of observations and/or variables read or written?
What are the ways in which macro variables can be created in sas programming?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What can you learn from the SAS log when debugging?