HAXIS= creates a horizontal axis long enough to leave space for the labels on the sides of the plot. VAXIS= specifies that the values on the vertical axis be in increments of 100.
           haxis=0 to 13000 by 1000 vaxis=by 100;
   title 'A Plot of Population Density and Crime Rates';
   run;