Thanks to all who have answered my post.  Ron, I checked the HLQs, and it shows 
that all the qualifiers HLQ, 2LQ, 3LQ & 4LQ are different.  
   
  Thanks for your suggestion.

Ron Hawkins <[EMAIL PROTECTED]> wrote:
  Willie,

For efficiency, put the most frequently encountered HLQ in the first
FILTLIST, and the least frequent in the last.

You may want to a quick analysis of the HLQ in this shop to see if there is
some common factors. There have been a few shops where I replaced large
lists of TSO user id FILTLIST with a simple check for a 7 character HLQ,
because only TSO used 7 characters. Simple to maintain because new users
were added immediately.


Ron

> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
> Behalf Of willie bunter
> Sent: Friday, February 15, 2008 6:58 AM
> To: [email protected]
> Subject: [IBM-MAIN] SMS QUESTION - DATACLAS FILTERLIST
> 
> Hallo All,
> 
> I have a request from a user to add about 730 aliases to a TMM
> DATACLAS FILTLIST. I looked at the prospect of using High Level
> Qualifiers but these dsns are not using the same dsn patterns. Since
> SMS has a limit of 255 entries in a FLITLIST I have no choice but to
> create several other FILTLISTs. The current TMM FILTLIST is as follows:
> WHEN (&DSN EQ &DSN_TMM)
> DO
> SET &DATACLAS = 'TMMBKUP'
> EXIT
> END
> 
> My modification to the existing DATCLAS would read as:
> 
> WHEN (&DSN EQ &DSN_TMM) OR (&DSN EQ &DSN_TMM2) OR (&DSN EQ
> &DSN_TMM3)
> DO
> SET &DATACLAS = 'TMMBKUP'
> EXIT
> END
> 
> Would this be acceptable?
> 
> 
> 
> ---------------------------------
> Never miss a thing. Make Yahoo your homepage.
> 
> ----------------------------------------------------------------------
> 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


       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

----------------------------------------------------------------------
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