Then I would run DCOLLECT with all the parms (MIGD, CAPD VOL(*) etc...) and
then check SYSPRINT and see what records are being produced.  There is a
summary at the end of the message indicating how many of each record is
found.

For example

IDC01811I NUMBER OF 'D ' RECORDS PROCESSED WAS 442789             
IDC01811I NUMBER OF 'A ' RECORDS PROCESSED WAS 378331             
IDC01811I NUMBER OF 'V ' RECORDS PROCESSED WAS 1333               
IDC01811I NUMBER OF 'M ' RECORDS PROCESSED WAS 38429              
IDC01811I NUMBER OF 'B ' RECORDS PROCESSED WAS 61141              
IDC01811I NUMBER OF 'C ' RECORDS PROCESSED WAS 3405               
IDC01811I NUMBER OF 'T ' RECORDS PROCESSED WAS 3                  

It helps us that you try things and provide details back.  Each shop is
unique and we need to see the details in order to help.


Lizette


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of esmie moo
Sent: Friday, July 19, 2013 10:03 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: DCOLLECT QUESTION -RESULTS PUZZLING -

Lizette,
 
I was limiting to using MIGRATEDATA just to ensure that DCOLLECT was working
correctly.  We are running z/OS 1.13.  I cannot use the ISMF Option G
because some of the RMM modules have not been installed. (confirmed by the
MVS group).  I am using SAS to parse the output once the records from the
DCOLLECT has been created.  


________________________________
From: Lizette Koehler <stars...@mindspring.com>
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Friday, July 19, 2013 12:40:47 PM
Subject: Re: DCOLLECT QUESTION -RESULTS PUZZLING -


Try checking out this link.  It describes the DCOLLECT function

http://publib.boulder.ibm.com/infocenter/zos/v1r11/index.jsp?topic=/com.ibm.
zos.r11.idai200/dcoll.htm

What version of z/OS do you run?
Do you use SAS, SAS/MXG, SAS/MICS, Tivoli or other analysis tools?  ICETOOL?

Perhaps you could use the ISMF Option G (report tool)?

I am not sure why you are trying to limit to just migration data.  I
typically pull ALL DCOLLECT records and then use SAS/MXG to filter and
summarize the data.


MIGRATEDATA creates data records for all migrated data sets that reside on
this system.
BACKUPDATA creates data records for all backed up data sets on this system.

Maybe try a simpler control card process

//COLLECT3 JOB    ...
//STEP1    EXEC  PGM=IDCAMS
//SYSPRINT DD    SYSOUT=A
//MCDS    DD    DSN=HSM.MCDS,DISP=SHR
//BCDS    DD    DSN=HSM.BCDS,DISP=SHR
//SYSIN    DD    *
    DCOLLECT -
          OUTDATASET(USER.DCOLLECT.OUTPUT) -
          MIGRATEDATA -
          VOL(*)



Lizette


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of esmie moo
Sent: Friday, July 19, 2013 9:07 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: DCOLLECT QUESTION -RESULTS PUZZLING -

Dave,
 
Thanks for the info.  However I cannot find where I am selecting the D type
records.  Could you point it out?
 
Thanks


________________________________
From: David Devine <david.dev...@sse.com>
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Friday, July 19, 2013 11:56:05 AM
Subject: Re: DCOLLECT QUESTION -RESULTS PUZZLING -


Hi Esmee,
You've answered your own question.
The problem is that you want to get a report on M type (migration) dcollect
records and the job deck you are running will only select D type dataset
records.

If you are running the DFSMS RMM tape management system, it actually
includes a dfsort/icetool report deck to strip out dcollect migrated data.
>From tso ispf panel for RMM, select 1 User, then R report, then just hit
enter to create a list of reports and the one you want is  
ARCGDM01 DCOLLECT MIGRATION DATA etc.

If you don't have RMM you can use the DFSMS access methods services for Z/os
manual appendix F to get a breakdown of M type records and their relative
positions and lengths and build your own rexx or sort.

There are probably examples on this forum you can use.

Good luck!

Dave      

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

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