Library /sys$common/syshlp/PCA$HELP.HLB  —  FIND  Examples
  PCAA> PLOT PROGRAM BY ROUTINE
  PCAA> FIND OUTPUT_TO_DATAFILE

      A histogram is generated by the PLOT command. Each bucket in
      the histogram corresponds to one routine in the program. The
      FIND command displays the histogram page that contains the
      histogram bar for routine OUTPUT_TO_DATAFILE.

  PCAA> PLOT PROGRAM BY ROUTINE
  PCAA> FIND PRIM*
  PCAA> FIND

      A histogram is generated by the PLOT command. The FIND command
      displays the first histogram page that contains a routine name
      that begins with PRIM. The second FIND command finds the next
      occurrence of such a routine name.

  PCAA> TABULATE ROUTINE PRIM_NUM_GEN BY LINE
  PCAA> FIND %LINE 1024

      A table is generated by the TABULATE command. The page that
      contains the table entry for line 1024 is displayed by the FIND
      command.
Close Help