The plot requests plot Y on the vertical axis and X on the horizontal
axis. HAXIS= specifies a logarithmic scale for the horizontal axis for the
second plot.
plot y*x;
plot y*x / haxis=10 100 1000;
title 'Two Plots with Different';
title2 'Horizontal Axis Specifications';
run;