series x=col2 y=col3 / markers markerattrs=(color=blue size=8 symbol=CircleFilled)
lineattrs=(pattern=1 color=blue) name="lsc" legendlabel="Language score" break;
series x=col2 y=col4 / markers markerattrs=(color=orange symbol=SquareFilled size=8)
lineattrs=(pattern=1 color=orange) name="psc" legendlabel="Performance score" break;
series x=col2 y=col5 / markers markerattrs=(symbol=TriangleFilled size=8 color=red )
lineattrs=(pattern=1 color=red) name="psic" legendlabel="Processing speed Index" break ;
series x=col2 y=col6 / markers markerattrs=(color=black symbol=DiamondFilled size=8)
lineattrs=(pattern=1 color=black) name="tiqc" legendlabel="Total Intelligence quotient (IQ)" break ;
series x=col2 y=col7 / markers markerattrs=(symbol=StarFilled size=8 color=green )
lineattrs=(pattern=1 color=green) name="wmic" legendlabel="Working memory Index" break; Hi, am doing a proc sg panel , I have missing values for col5-col7, is there a way i can tell sas not to perform task at the point where the columns are missing? so am getting a warning as shown below
... View more