Using dcollect, or some other method,
Is it possible to get list of all dsnames with a mgmtclas "xyz" even if
some of the dsns are hsm-migrated ml1 or ml2?
I coded this dcollect jcl:
DCOLLECT -
      OUTFILE(DCOUT) -
      VOLUMES( -
              * -
               ) -
      MIGRATEDATA -
      CAPPLANDATA -
      SMSDATA(SCDSNAME(ACTIVE)) -
And included the mcds mcds2 bcds bcds2 ddcards in the above jcl;
I then ran a report against the resulting data with
(203,30,CH,EQ,C'CIMSSMS')) to find all dsnames
that belong to the acs-mgmtclas "cimssms", and it looks like it returned
only the dsnames that were not hsm migrated……but, I'd like to be able to
get a complete list of ALL dsnames that have mgmtclas cimssms,regardless of
whether they are on dasd, or ML1 or ML2.  I had hoped that MIGRATEDATA
would have provided this, but
unless I have balky jcl coding, it appears not.
(If there is a method, the I'd expect same would be good for storclas etc
as well)

thanks

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to