How do you connect the desktop application to metadata server? : sas-grid-administration
What are exact SAS Base contents..?N what r SAS Tools..?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Differentiate between proc means and proc summary.
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Why do we use QUIT commmand for proc datasets and proc sql ???
Can we replace a dataset into view?
How you can read the variables that you need?
How would you define the end of a macro? : sas-macro
How to read the file names of a text files from a shared drive using SAS?
What are the statements that are executed only?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated