158

Input/Output
Tabular Output with Format

  • The format statement enables the output of reports in a tabular (multi-colum) format

  • The format statement is used to define a layout for a page header

      format MyHeader =
      Name Age Bonus Date
      ------ ---- ----- --------
      .

  • or for a page body

      format MyBody =
      @<<<<< @### @####.## @>>>>>>>>
      $name, $age, $bonus, $date
      .