Willie,
Not saying this is a great answer, you could look into the RACF side of things. Have each dataset or generic dataset profile defined in RACF (wild card what you can) and then use the RESOWNER and RACF DFP segment to pass the dataclas you want. Takes some one time ACS coding. Have had to use this approach for DB2 datasets that need extended addressing.
Doug
----- Original Message ----- From: "willie bunter" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <[email protected]>
Sent: Friday, February 15, 2008 9:58 AM
Subject: 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

Reply via email to