What is the difference between reading data from an external file and reading data from an existing data set?
No Answer is Posted For this Question
Be the First to Post Answer
How to Rename Library?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the special input delimiters used in SAS?
Mention what are the data types does SAS contain?
How would you combine 3 or more tables with different structures?
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.
How to limit decimal places for variable using proc means?
which features do you use to check the data validations and errors? : Sas-administrator
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,