159

Input/Output
Format Fields

  • Special symbols may be used inside of a format definition to control field formating attributes

      Symbol Desription
      @ Begins a new field format
      # Defines one column of a numeric field (may also use , and .)
      < Defines one column of a left-justified field
      > Defines one column of a right-justified field

  • All symbols except @ may be repeated to control column widths