Library /sys$common/syshlp/helplib.hlb  —  ACCOUNTING  /BINARY  Examples
    1.$ ACCOUNTING /USER=SMITH /BINARY /OUTPUT=MYDISK:[ACCOUNTING]MYACC.DAT

      This example creates the file MYDISK:[ACCOUNTING]MYACC.DAT.
      It processes the file SYS$MANAGER:ACCOUNTNG.DAT, copying all
      records for the user SMITH to the new file in binary format.

    2.$ ACCOUNTING /TYPE=PRINT -
      _$ /BINARY /OUTPUT=PRINT_INFO.DAT /REJECTED=NOT_PRINT_INFO.DAT

      This example creates two files in the default directory,
      PRINT_INFO.DAT and NOT_PRINT_INFO.DAT. It processes the
      file SYS$MANAGER:ACCOUNTNG.DAT, copying print records to
      PRINT_INFO.DAT and other records to NOT_PRINT_INFO.DAT. These
      records are in binary format.
Close Help