- Get link
- X
- Other Apps
SUPPRESS OUTPUT - 2|NOFREQ|NOCOL|NOROW
NO FREQ: Suppresses the display of the cell frequency and total frequency.
PROC FREQ DATA=SASUSER.CLASS2;
TABLE NAME*AGE*HEIGHT/NOFREQ;
RUN;
LOG:
NOTE: Writing HTML Body file: sashtml.htm
NOTE: There were 19 observations read from the data set SASUSER.CLASS2.
NOTE: PROCEDURE FREQ used (Total process time):
real time 3.04 seconds
cpu time 0.62 seconds
|
|
LOG:
NOTE: There were 19 observations read from the data set SASUSER.CLASS2.
NOTE: PROCEDURE FREQ used (Total process time):
real time 0.40 seconds
cpu time 0.32 seconds
|
|
NOCOL: Suppresses the display of the column percentage.
PROC FREQ DATA=SASUSER.CLASS2;
TABLE NAME*AGE*WEIGHT / NOCOL;
RUN;
LOG:
NOTE: There were 19 observations read from the data set SASUSER.CLASS2.
NOTE: PROCEDURE FREQ used (Total process time):
real time 0.38 seconds
cpu time 0.35 seconds
|
|
--PLEASE FOLLOW THE BLOG FOR MORE UPDATES...
--FOLLOW US IN FACEBOOK SASALL4YOU AND JOIN ...
--JOIN US IN FACEBOOK AND TELEGRAM CHANNEL FOR MORE UPDATES
CLICK HERE: https://t.me/SasAll4You
- Get link
- X
- Other Apps
Comments
Post a Comment