How will you generate test data with no input data?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between rename and lable in sas?
Which are the statements whose placement in the data step is critical?
what is OLAP?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
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 is data integration? : Sas-di
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
what is the use of LRECL option.
Can you execute macro within another macro? : sas-macro
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
One way of creating a new variable in Macros is by % Let....What is the other way..?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,