This is the error message I got in the log: 274 275 /*--Draw the Consort Diagram--*/ 276 ods graphics / reset width=6in height=4in imagename='Consort'; 277 title 'Consort Diagram for Displaying Counts'; 278 proc sgplot data=consort noborder noautolegend; 279 series x=xl y=yl / group=linkid lineattrs=graphdatadefault 280 arrowheadpos=end arrowheadshape=barbed arrowheadscale=0.4; ------------ 22 76 ERROR 22-322: Syntax error, expecting one of the following: ;, (, ATTRID, BREAK, CLUSTERWIDTH, CURVELABEL, CURVELABELATTRS, CURVELABELLOC, CURVELABELPOS, DATALABEL, DATALABELATTRS, DATALABELPOS, DATASKIN, DISCRETEOFFSET, FILLEDOUTLINEDMARKERS, GROUP, GROUPDISPLAY, GROUPORDER, LEGENDLABEL, LINEATTRS, MARKERATTRS, MARKERFILLATTRS, MARKEROUTLINEATTRS, MARKERS, NAME, NOMISSINGGROUP, SMOOTHCONNECT, SPLITCHAR, SPLITCHARNODROP, SPLITJUSTIFY, TIP, TIPFORMAT, TIPLABEL, TRANSPARENCY, URL, X2AXIS, Y2AXIS. ERROR 76-322: Syntax error, statement will be ignored. 281 polygon id=epid x=xp y=yp; 282 polygon id=fpid x=xp y=yp / fill outline 283 fillattrs=(color=cx4f6f9f) lineattrs=(color=cx2f3f5f); 284 text x=xt y=yt text=htextc / splitchar='.' splitpolicy=splitalways; ---- 180 285 text x=xt y=yt text=htextl / splitchar='.' splitpolicy=splitalways position=right; ---- 180 286 text x=xt y=yt text=vtext / rotate=90 textattrs=(size=9 color=white); ---- 180 ERROR 180-322: Statement is not valid or it is used out of proper order. 287 xaxis display=none min=0 max=90 offsetmin=0 offsetmax=0; 288 yaxis display=none min=0 max=200 offsetmin=0 offsetmax=0; 289 run; NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE SGPLOT used (Total process time): real time 0.06 seconds cpu time 0.01 seconds
... View more