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
how many types prompting framework can be broken down to? : Sas-bi
What are the functions used for character handling?
What do the put and input function do?
how does sas handle missing values in sort order? : Sas programming
Give e an example of..
Explain the difference between nodup and nodupkey options?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is by-group processing?
Hi, If anyone has base SAS certification dumps, please share.
how does sas handle missing values in assignment statements? : Sas programming
what is study design in while working with SAS? what are screening variables in SAS?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Mention how to limit decimal places for the variable using proc means?
How do dates work in sas?
What do the PUT and INPUT functions do?