Which is the best training Institute for SAS Business
Intelligence course?
Answer Posted / kranthi
Stupid Prakash, Do you know me.?. How can u comment like
this?. Give your number or mail id so that I will talk to
you.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does the RUN statement do?
how would you create multiple observations from a single observation? : Sas programming
how many types of prompts are there? : Sas-bi
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?
What are the limitations for memory allocation for SAS variables
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
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 are the data types does SAS contain?
How to sort in descending order?
To what type of programms have you used scratch macros?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
which date functions advances a date time or date/time value by a given interval? : Sas programming
why is sas data integration studio important? : Sas-di
what is the function of catx syntax? : Sas-administrator
What is the command used to find missing values?