On Wed, 14 Apr 2010 14:09:05 +0200 Frank Allan Rasmussen
<[email protected]> wrote:

:>Is the a unility where it is possible to do something like this:

:>PRINT MEMBER=XYZ,DD=ABC

:>And the JCL

:>//ABC  DD  DISP=SHR,DSN=X.B
:>//         DD  DISP=SHR,DSN=X.A

:>Output

:>MEMBER XYZ found in DSN X.A

:><member>

:>We have a auditor on site and he is looking into our parmlibs.

IEBCOPY could supply some information

//DD1 DD DISP=SHR,DSN=X.B
//DD2 DD DISP=SHR,DSN=X.A

  C O=TRASH,I=DD1,DD2
   S M=XYZ

IEBCOPY will tell you wish ddname was used.

Or under ISPF you can use ISRDDN and the MEMBER command.

--
Binyamin Dissen <[email protected]>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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