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 are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what are the component of range? : Sas-bi
Have you used macros? For what purpose you have used? : sas-macro
What is the use of the %include statement?
How can you limit the variables written to output dataset in data step?
how can you create zero observation dataset? : Sas programming
What is the basic syntax of a sas program?
Mention what is PROC in SAS?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What is the maximum length of the macro variable?
If a variable contains letters or special characters, can it be numeric data type?
what is broad cast agent? : Sas-bi
How do dates work in SAS data?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is the maximum length of the macro variable? : sas-macro