If your output is HTML, you can use something like:
HTMLCSS=ON
TABLE FILE CAR
SUM SALES
BY COUNTRY
ON TABLE SET STYLE *
TYPE=REPORT, GRID=OFF, $
TYPE=TITLE, STYLE=-UNDERLINE, $
END STYLE
END
for the PDF format, you can try something similar to:
TABLE FILE CAR
ON TABLE SET PAGE-NUM OFF...