Hi All,
Could anybody tell me why does the compiler gives me an error - "ERROR: Insufficient page size to print frequency table."
while running proc freq in sas.
I am trying to run a very simple peice of code.
proc freq data = seaepi;
tables trt* sex/ out = temp;
run;
I really appreciate your effort involved.
Thanks in advance.
> crossposted from SAS-L