Hi John,

Yes, this can be done with FDREPORT.
You would probably want to use something like this:
//SYSIN    DD *
  REPORT FIELDS=(DSN,DEVTYPE,DEVCLASS,DATACLAS,STORCLAS,MGMTCLAS)
  SORT     FIELDS=(DATACLAS)
  XSELECT  DEVTYPE=TAPE
  PRINT    DATATYPE=CATALOG,RPTYPE=NO
/*

FDREPORT also has a CA-1 interface, so it can report on the fields from CA-1. If you need help with this, please give us a call or send us a message at supp...@fdrinnovation.com.

jb...@fdrinnovation.com
Joseph Butz
Technical Support

On 8/29/2014 10:27 AM, John Dawes wrote:
G'Day

I am trying to run a report using FDREPORT to know what dsns are using a 
specific DATACLAS.  In this case the DATACLAS is for VTS.  The example in the 
doc is for disk dsns.  Can this be done for dsns on tape or VTS?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to