----- Original Message ---- From: R.S. <[EMAIL PROTECTED]> > I want to check given dsname in SMP/E - is it defined as DDDEF or not ? > For example I have SYS1.WEIRD.NAME and I want to check what DDDEF *if any* > describes the dataset. > As far as I found two metods, both rather unwise: > a) use SMP/E panels to review all the DDDEFs one by one. Time consuming. > b) browse VSAM CSI files, search for string.
Radoslaw, other than what other mates have said (LIST command or REXX) you could also issue the UNLOAD DDDEF command, which creates a flat file with all DDDEFs in the specified zone. There are a couple of nice tools from Rob Scott's web page http://www.mximvs.com/ named DDDEFCHK and DDDEFPTH which could also help to reach your goal. HTH. Walter Marguccio z/OS Systems Programmer Munich - Germany ---------------------------------------------------------------------- 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

