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 Posted / 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 |
Post New Answer View All Answers
What would be the value of month at the end of data step execution and how many observations would be there?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
where are dashboard components are created and maintained? : Sas-bi
How can I remove header from output data set?
Mention few capabilities of sas framework.
how can you put a "trace" in your program? : Sas programming
Where do you use proc means over proc freq?
How to create a permanent sas data set?
what is the function of catx syntax? : Sas-administrator
How to sort in descending order?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Which command is used to perform sorting in sas program?
For what purpose would you use the RETAIN statement?
How do you convert basic cube to transaction cube and transaction cube to basic cube?