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



Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain ..

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

Post New Answer

More SAS Interview Questions

There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?

5 Answers  


How would you create multiple observations from a single observation?

1 Answers   Quintiles,


How we will Developing new reports Using Data step programming and Macros ?

4 Answers  


what is the formula to measure Baseline

3 Answers   Sristek,


How to save the log information in a file for future use

2 Answers   HCL,






What are the joins,types of joins and thier functions?

7 Answers   SAS,


Explain the difference between nodup and nodupkey options?

0 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

0 Answers   DELL,


Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com

0 Answers  


why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?

2 Answers   Accenture,


Explain substr function?

0 Answers  


wt is a-z and a--z?

3 Answers   Accenture,


Categories