BookmarkSubscribeRSS Feed
Alexxxxxxx
Pyrite | Level 9

hello,

 

Do you know how to create a Figure like below?  I have no idea of it. Could you please give me some suggestion about it?

thanks in advance.

 WeChat Image_20200407153050.jpg

 

 

data aaa;
INFILE CARDS DSD DLM=','  ;
	input TARGET_CTRY :$1000. NO_OF_MATCHED_APPLN :12.;
	cards;
JP,598237
TW,139701
KR,203856
US,755221
SG,2372  
DE,195979
FR,64098 
FI,3144  
BE,5375  
SE,21302 
CN,80746 
CH,16618 
NL,20539 
HK,2030  
DK,5648  
TR,1      
CA,23493 
GB,23350 
IN,2188  
AT,1656  
PE,0      
TH,205    
IT,5296  
AU,4179  
RU,1727  
BR,649    
ZA,418    
PL,132    
NO,1064  
NZ,465    
IE,26     
HU,346    
EG,5      
ES,983    
CZ,408    
MX,15     
GR,58     
MY,61     
PT,3      
PH,5      
CL,25     
CO,0      
ID,1      
MA,5      
;
run;

 

3 REPLIES 3
Varrelle
Quartz | Level 8

Perhaps the following paper might help you accomplish what you are trying to do.

 

Good luck!

Reeza
Super User

Find the closest map to what you want here and then test the blog code exactly. Once you have that working, try it with your own data.

https://blogs.sas.com/content/tag/sgmap/

 


@Alexxxxxxx wrote:

hello,

 

Do you know how to create a Figure like below?  I have no idea of it. Could you please give me some suggestion about it?

thanks in advance.

 WeChat Image_20200407153050.jpg

 

 

data aaa;
INFILE CARDS DSD DLM=','  ;
	input TARGET_CTRY :$1000. NO_OF_MATCHED_APPLN :12.;
	cards;
JP,598237
TW,139701
KR,203856
US,755221
SG,2372  
DE,195979
FR,64098 
FI,3144  
BE,5375  
SE,21302 
CN,80746 
CH,16618 
NL,20539 
HK,2030  
DK,5648  
TR,1      
CA,23493 
GB,23350 
IN,2188  
AT,1656  
PE,0      
TH,205    
IT,5296  
AU,4179  
RU,1727  
BR,649    
ZA,418    
PL,132    
NO,1064  
NZ,465    
IE,26     
HU,346    
EG,5      
ES,983    
CZ,408    
MX,15     
GR,58     
MY,61     
PT,3      
PH,5      
CL,25     
CO,0      
ID,1      
MA,5      
;
run;

 


 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 444 views
  • 0 likes
  • 4 in conversation