I hope I can refine my question as I'm new at this. The ACS OBJECT DISPLAY shows the following: ,ACS OBJECT DISPLAY, Command ===>, CDS Name :,CPAC.Z14.DFSMS.SCDS , , ACS Rtn Source Data Set ACS Member Last Trans Last Date Last Time, Type Routine Translated from Name Userid Translated Translated -------- ----------------------- -------- ---------- ---------- ---------- DATACLAS,,SMS.OS390.ACSLIB ,DC003 ,,TECHGS1 ,,2000/02/04,,11:11 ,, , ,, , MGMTCLAS,,----------------------- ,--------,,-------- ,,----------,,----- ,, , ,, , STORCLAS,,CPAC.Z14.ACSLIB ,SC029 ,,SHUUSR3 ,,2005/05/20,,15:18 ,, , ,, , STORGRP,,,CPAC.Z14.ACSLIB ,SG021 ,,SHUUSR3 ,,2005/05/20,,15:27 The DC003 should be coming from 'CPAC.Z14.ACSLIB' not the one listed above. So the question is how do I get SMS to point to the proper library instead of the one listed. Thanks.
Barry Schwarz <[EMAIL PROTECTED]> wrote: Do you mean there is a member named DC003? In this case, you can use ISMF option 7, then option 5 with a CDS name of 'ACTIVE' (including the tics) to determine if this is in fact the active data class ACS routine. If it is, then searching on the assignment statements to the variable &DATACLAS will let you see the names of the data classes this routine could possibly assign. If not, then the answer to your question is the member is not related to any data classes. Or do you mean that in one of the members the value DC003 is assigned to the &DATACLAS variable? In this case, if the member in question is the active ACS routine, then DC003 is the name of one of the data classes. You can view its attributes by using ISMF option 4. Howard Rifkind wrote: In my SMS source library there is a construct for DC003. How can I relate or find out which dataclass this relates to via the ISMF panels. --------------------------------- Yahoo! Photos Showcase holiday pictures in hardcover Photo Books. You design it and well bind it! ---------------------------------------------------------------------- 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 --------------------------------- Yahoo! Photos Showcase holiday pictures in hardcover Photo Books. You design it and well bind it! ---------------------------------------------------------------------- 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

