>Wouldn't  it be  great  if the  archives could  also  be retrievable  by
>posting, or by digest. Often I want to follow a particular Subject line,
>and seem to have to retrieve entire digests to do this.
 
------------------------------- Cut here --------------------------------
DATABASE SEARCH DD=HI_THERE
//HI_THERE DD *
SEARCH * IN foo WHERE SUBJECT IS bar
* Or maybe: SEARCH * IN foo WHERE SUBJECT CONTAINS 'bar'
PRINT ALL
------------------------------- Cut here --------------------------------
 
Or try interactive access with LDBASE.
 
  Eric