Can someone tell me why the compiler gives me an error - "ERROR: Insufficient page size to print frequency table."when running proc freq in sas.
I am trying to run a very simple piece of code.
proc freq data = seaepi;
tables trt* sex/ out = temp;
run;
I really appreciate your efforts.
Thanks in advance.
> cross pointer from SAS-L
source
share