LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Greg Kroll <[log in to unmask]>
Fri, 17 Apr 1992 09:17:02 EDT
text/plain (39 lines)
On Fri, 17 Apr 1992 08:55:34 EDT Michael Harpe said:
>
>How does one setup and execute netwide deletions?  Can some kind soul
>send me an example EXEC?
>
 
Mike,
 
  Here is a Command Job Language Interpreter (CJLI) job to do just that.
One warning: You MUST be the registered "Node Administrator" for your site
in order to have this execute successfully.  The CJLI job following
the netwide delete job will tell you who is the NAD for your site.
Good Luck.
 
--Greg Kroll
 
++++++++++++++++++++++++++++ netwide delete ++++++++++++++++++++++++++++++++++
//Cleanup    JOB  Echo=No
QUIET Delete * DD=Names ( NETWIDE
//Names DD *
<userid>@<node>
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
Note: Replace <userid> and <node> with as many user's as you wish to delete.
Each on a separate line.
 
+++++++++++++++++++++++++ display node administrator ++++++++++++++++++++++++++
//NodEntry JOB Echo=No
Database Search DD=Rules
//Rules DD   *
Search * in BITEARN where node = <node>
PRINT CONTACT
//NodEntry EOJ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 

--Greg Kroll

ATOM RSS1 RSS2