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 |
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?
How would you create multiple observations from a single observation?
How we will Developing new reports Using Data step programming and Macros ?
what is the formula to measure Baseline
How to save the log information in a file for future use
What are the joins,types of joins and thier functions?
Explain the difference between nodup and nodupkey options?
Describe a time when you were really stuck on a problem and how you solved it?
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
Explain substr function?
wt is a-z and a--z?