On Mon, 16 Jul 2007 16:31:14 +0200, R.S. <[EMAIL PROTECTED]> wrote:

>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.
>
>Any clue ?

You could just use the LIST subcommand in JCL which will list all DDDEFs in
a zone as in:

 SET BDY(MVST100)
        LIST DDDEF

Either browse the output or write it to a file....

Seb.

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