I was wondering how I would go about coding a Command Job Language Interpreter
(CJLI) job to do something like review a dozen or more re-distribution lists
that are not "peered" but linked as "listener's".  Unless I don't understand
correctly, it seems a review of peered lists will get you all re-distribution
lists also, however, lists linked as non-peer will only get you the host
LISTSERV subscriber list.  Am I right?  Does this make sense? :-)
 
What I had in mind is a CJLI job I could send to my local LISTSERV with
a list of the "<list-name>@node" re-distribution lists I would like to
review.  The following job doesn't work but might give you some idea of
what I wish to accomplish.  Can this be done?
 
 
 
//LookSee JOB Echo=No
review DD=Lists
//Lists    DD *
<list-name1>@node1
<list-name2>@node2
...
/*
//LookSee EOJ
 
--Greg Kroll