This COMPUTE statement begins a compute block that executes at the end
of the report. The first LINE statement writes a blank line. The second LINE
statement writes 53 hyphens (-), beginning in column 7.The pointer control (@)is designed for Listing output. It has no effect on
HTMLor Printer output. Do not use pointer controls if you are writing to the
HTML or Printer destination.
compute after;
line ' ';
line @7 53*'-';