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
Answer / santosh.pat69
I have used teh following syntax
Proc gmap
data=xxxx
maps=maps.us;
id zip;
choro zip/NOlegend;
quit;
here i have used Zip instead of state.
| Is This Answer Correct ? | 0 Yes | 2 No |
sas implimented companies in hyderabad
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
For clinical entire study how many tables will create approx?
State the difference between INFORMAT and FORMAT ?
How many missing values are available? When might you use them?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How to display duplicate observations in data?
what is syntax of proc merge ?
how could you generate test data with no input data? : Sas programming
How to get the repeated values by using sql in sas ?