28.09.2013 Views

SAS and Lotus Notes, an ideal combination for ... - sasCommunity

SAS and Lotus Notes, an ideal combination for ... - sasCommunity

SAS and Lotus Notes, an ideal combination for ... - sasCommunity

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

A clickable map<br />

data hagros;<br />

retain XSys YSys '2' When 'A' Position 'E';<br />

length text $2;<br />

x=28.8; y=29.2; text='g'; HTML = 'href="/hugs/sasintra.nsf/DbCode/m040/$file/mchartmain.htm?OpenElement"';<br />

output;<br />

x=29; y=28.3; text='04'; HTML='';<br />

output;<br />

x=29.4; y=29.2; text='r'; HTML = 'href="/hugs/<strong>SAS</strong>Intra.NSF/<strong>SAS</strong>report?OpenAgent&04"';<br />

output;<br />

keep XSys YSys When Position Text X Y HTML;<br />

run;<br />

ods html file='eggkaart.htm'<br />

path=odsout<br />

base="/hugs/sasintra.nsf/DbCode/egg01/$file/";<br />

proc gmap data=hulp map=hugs.ozkaart;<br />

id k_egg;<br />

choro eggnr /discrete nolegend <strong>an</strong>no=hagros coutline=black;<br />

title font=hwdmx065 h=7 c=black 'Economische Geografisch Gebieden';<br />

run;<br />

quit;<br />

ods html close;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!