which features do you use to check the data validations and errors? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain the process of calendar?
what is SAS/Graph?
what is Enterprise Guide?what is the use of it?
Describe crosslist option in tables statement?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
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.
Mention what is PROC in SAS?
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How to read the file names of a text files from a shared drive using SAS?
What is program data vector (pdv) and what are its functions?
what is p-value
3 Answers Accenture, Quintiles, Sristek,