>I want to send a message to everyone on my list including those members
>who have SET NOMAIL.  Is there a way?
 
For non-concealed subscribers, follow this proc:
 
1) REV list (NOH
2) edit output and save to a file
3) edit the following and replace "insert here" with the file in 2)
 
//Path.listname JOB Echo=yes
DIST2 Mail Debug=No
//TO DD *
INSERT HERE   <---------------------------- !
/*
//DATA  DD  *,EOF,Res=Disk
Date:         Mon, 03 Jan 1994 16:40:50 EST
From:         <[log in to unmask]>
Subject:      message to subscribers of xxxxxxx
To:
 
Dear fellow subscribers of  xxxxx
 
etc>
/*