/* You must specify a path for this variable */ %let path=path-to-your-web-server; /* You must specify the path to your sas jar files */ %let jarpath=path-to-yout-sas-jar-files; ods listing; libname dat "&path"; %ds2const(ndata=temp.nodes, ldata=temp.links, datatype=hier, height=600, width=600, codebase=file:///&jarpath, archive=constapp.jar, htmlfile=&path\ds2crime.htm, brtitle=Rates of various crimes among the states per 100 thousand population, catext=0Xffffff, cback=0Xffffff, cnode=0X808080, labels=y, nodeshap=none, fntname=TimeRoman, fntsize=12, colormap=y, nid=id, nlabel=label, lfrom=crimeid, ntip=tip, lto=id, lvalue=value, ltip=tip, linktype=spline, cutoff=0.75, factor=2, fisheye=y);