[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  BLIDISSTS        (Clipper)
------------------------------------------------------------------------------

  Function : Display overlay status

  Syntax   : BLIDISSTS([nuHandle])

  Return   : None

  This function is used to display status information about all the
  overlays currently in memory, and takes as an optional parameter the
  output destination file handle.

  Note: A procedure name of "Non-Clipper" will be displayed for overlays
  which do not have a name available at runtime.

  Note: This function is only active if the BLINKER CLIPPER PROFILE ON
  command was specified at link time, otherwise it does nothing.

  Example  :
  *  Display the overlay status
  *
  BLIDISSTS(4) && Send to the printer

  An example of the output is:

  Procedure   Size    Active  Calls       Loads
  REP001LIN   00345   Y       00005       00001
  REP001HDG   00032   N       00002       00001
  REP001FTG   00086   Y       00001       00001
  NonClipper  00102   N       00001       00001

See Also: BLINKER CLIPPER PROFILE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson