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
Ron Ritchey <[log in to unmask]>
Thu, 7 Oct 1993 15:11:03 CDT
text/plain (40 lines)
These are three jobs that can be sent to a listserv to do a specific task.
Are there any additional jobs that can be submitted? If you send them
directly to me, I will compile them and do a one-time submission
to the list.
 
/* This job does a network wide unsubscribe for the userid
//Cleanup    JOB  Echo=No
QUIET Delete * DD=Names ( GLOBAL
//Names DD *
userid
/*
// EOJ
 
/* This job searches the list-name for search-text since search-from-year
//LISTSRCH JOB ECHO=NO
DATABASE SEARCH DD=RULES
//RULES DD *
SEARCH (search-text) IN list-name SINCE search-from-year
INDEX DATE.8 SENDER.30 SUBJECT.40
PRINT
/*
// EOJ
 
/* Returns an index of all the documents in the list-name
//Scan JOB Echo=No
DATABASE SEARCH DD=Data
//Data DD *
Select * in list-name
Index
/*
// EOJ
 
Thanks for you response in advance...
 
************************************************************************
* Ronald W. Ritchey                    Internet: [log in to unmask] *
* Systems Programmer/Analyst           BITNET:   OSG0312@unlvm         *
* University of Nebraska               Phone:    (402)472-7605         *
************************************************************************

ATOM RSS1 RSS2