Whenever I try to make a graph, the programme collapse and I have to close it. Why can this happen?? In the Log folder the message is:
148 ods html;
NOTA: Escribiendo HTML Cuerpo del fichero: sashtml.htm
149 ods graphics on;
NOTA: ODS Statistical Graphics will require a SAS/GRAPH license when it is declared production.
150 ods select StudentPanel;
NOTA: This is the June 2006 release of the GLIMMIX procedure.
151 proc GLIMMIX data=Resumen plots=studentpanel;
152 class UTM2K;
153 model total = dIICintra_12 dIICflux_12 / dist=poisson link=log solution;
154 random UTM2K;
155 run;