Online File

How to use this page


Rick Aster: Professional SAS Programming Shortcuts: Contents

Chapter 59
Program
Summary report from TABULATE procedure


proc tabulate data=work.pha f=best6.;
   class amagn;
   var diameter eccentricity sm_axis;
   table amagn, n (diameter*f=f6.3 eccentricity*f=f6.1
       sm_axis*f=f7.3)*(min max)
       / rtspace=20 box='Potentially Hazardous Asteroids';
   label amagn='Absolute Magnitude' diameter='Diameter'
       eccentricity='Eccentricity' sm_axis='Semi-Major Axis';
   keylabel n='Count' min='Min' max='Max';
run;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Shortcuts

Contents/Online Files

Corrections

Catalog Page