Hi all,
I'm trying IGGCSIRX:

//STEP10  EXEC PGM=IKJEFT1A
//SYSPROC   DD DSN=SYS1.SAMPLIB,DISP=SHR
//SYSTSPRT  DD DSN=HLQ.LIST.ALL,
//             DISP=(NEW,CATLG,CATLG),
//             UNIT=DISK,SPACE=(CYL,(50,50),RLSE),
//             DCB=(RECFM=FB,LRECL=133,BLKSIZE=0)
//SYSTSIN   DD *
%IGGCSIRX
HLQ.**
/*

And I'll try to tailor it to give me only TAPE records
Thx very much for the hint, A.CEcilio.




On Mon, Aug 6, 2012 at 5:12 PM, Elardus Engelbrecht <
[email protected]> wrote:

> A.Cecilio wrote:
>
> >I want to report dsns cataloged on tape based only on ICF catalogs. I
> want to do that because I want to find any ICF catalogued entries that
> don't exist on our TAPE MGMT (we have BMC and RMM). I'm looking at
> DCOLLECT, FDREPORT and so far I can't get a way to do that. Now I'm
> searching the way to report DEVTYPE------X'78048081' on listcat.....
>
> Try Catalog Search Interface. Try these as filtering as you search from
> one catalog to another [1]:
>
> DSNAME=** [2] and SYSIN containing a catalog.
> ... and then use these fields to search for entries: CATTR, VOLSER and
> DEVTYP.
>
> Let a sort utility scan/sort for all DEVTYP. Then compare with your tape
> management system.
>
> I have used it successfully to locate all and every Catalog datasets on
> tape, so I can create RACF Generic Dataset Profiles for ALL of them. (After
> more scanning and sorting for first HLQ.)
>
> HTH!
>
> Groete / Greetings
> Elardus Engelbrecht
>
> [1] - I find it easier to work on one catalog at a time. Thus I can very
> easily verify my outputs when start working with a small catalog.
>
> [2] - You said 'any ICF entries'.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

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

Reply via email to