I don't think so. You can mask any filtlist (I do all kinds, db2 datasets, tso, ftp, ftpusers, etc). The include would be masked with the ID's he wanted to include (or exclude, for that matter), or at least that's what we do.

Doug

Darth Keller wrote:
Do you have a filtlist? I believe that to use &user, you would have to filter on user, as in
FILTLIST  USER INCLUDE (XXX*)
then
WHEN (&DSN EQ &USER)
DO
 SET &STORCLAS EQ 'USERSC'
 EXIT
END

Doug

Good point, Doug - but &USER is a read-only variable which IIRC is the ID of the user allocating the DS. Maybe what he's trying to accomplish is to check the 1st level against the USER id - in which case, he probably needs to specify &DSN(1) instead of DSN. ddk

(I still stand behind my statements about WRITE's & EXIT's!)
**************************************************************************************
This e-mail message and all attachments transmitted with it may contain legally 
privileged and/or confidential information intended solely for the use of the 
addressee(s). If the reader of this message is not the intended recipient, you 
are hereby notified that any reading, dissemination, distribution, copying, 
forwarding or other use of this message or its attachments is strictly 
prohibited. If you have received this message in error, please notify the 
sender immediately and delete this message and all copies and backups thereof.

Thank you.
**************************************************************************************

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to