VMS Help  —  ANALYZE  /AUDIT  /BEFORE
    Controls whether records dated earlier than the specified time
    are selected.

    Format

      /BEFORE[=time]

      /NOBEFORE

    time

    Specifies the time used to select records. Records dated earlier
    than the specified time are selected. You can specify an absolute
    time, delta time, or a combination of the two. Observe the syntax
    rules for date and time described in the OpenVMS User's Manual.

1  –  Examples

    1.$ ANALYZE/AUDIT /BEFORE=25-NOV-2005 -
      _$ SYS$MANAGER:SECURITY.AUDIT$JOURNAL

      The command in this example selects all records dated earlier
      than November 25, 2005.

    2.$ ANALYZE/AUDIT /BEFORE=14:00/SINCE=12:00 -
      _$ SYS$MANAGER:SECURITY.AUDIT$JOURNAL

      The command in this example selects all records generated
      between noon and 2 P.M. today.
Close Help