Specifies weights for analysis variables in the statistical calculations. Tip: You can use a WEIGHT statement and a FREQ statement in the same step of any procedure that supports both statements.
options nodate linesize=80; proc freq data=vlib.custinfo; table city; title2 'Cities in the ACCTDBD Database'; run; The SAS System Cities in the ACCTDBD Database CITY Cumulative Cumulative CITY ...