Re: Finding uncatalogued datasets

2022-07-27 Thread Burrell, Todd
Todd Burrell | Sr. IT Systems Engineer | Mainframe -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jack Zukt Sent: Tuesday, July 26, 2022 6:02 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets Nope, that is not the original problem. What

Re: Finding uncatalogued datasets

2022-07-27 Thread Jack Zukt
Hello, Thank you all again for your time and suggestions to help me. I finally came up with a working solution that may need some fine tuning but,so far, it seems to do what I need: STEP 1: DCOLLECT for all the online volumes to WK0 STEP 2: SORT of WK0 to WK1 with DSN; VOLSER, STG-GRP NAME; ALLOC

Re: Finding uncatalogued datasets

2022-07-26 Thread Jack Zukt
Nope, that is not the original problem. What happened was that when I was working through a list of datasets that have not been used for over a year, I found out that some of those files were not catalogued. As those are (were) SMS managed datasets, this should not happen. The user catalogs are

Finding uncatalogued datasets

2022-07-26 Thread Colin Paice
Do you need to worry about data sets cataloged in a user catalog, but the user catalog is not connected to the master catalog - or is this part of your original problem? Colin -- For IBM-MAIN subscribe / signoff / archive access

Re: Finding uncatalogued datasets

2022-07-26 Thread Jack Zukt
Thanks Sebastian I was not aware of this feature. I am going to explore it Regards Jack On Tue, 26 Jul 2022 at 07:45, Sebastian Welton wrote: > I'm just wondering if NaviQuest might help here: > > DFSMS NaviQuest is a data and storage management tool for implementing, > testing, and verifying

Re: Finding uncatalogued datasets

2022-07-26 Thread Sebastian Welton
I'm just wondering if NaviQuest might help here: DFSMS NaviQuest is a data and storage management tool for implementing, testing, and verifying the SMS environment. NaviQuest is installed under the Interactive Storage Management Facility (ISMF) Primary Option Menu and uses the standard

Re: Finding uncatalogued datasets

2022-07-25 Thread Wendell Lovewell
Hi Jack. I'm going thru a similar process, although with a much smaller number of volumes. ADRDSSU also allows you to specify STORGRP instead of the volser: DUMP OUTDD(BUFILE) STORGRP(MACS)- DATASET(INCLUDE(**,- USERCAT.MACK01 -

Re: Finding uncatalogued datasets

2022-07-25 Thread Lionel B. Dyck
than your reputation. Character is what you are, reputation merely what others think you are.” - - - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jack Zukt Sent: Monday, July 25, 2022 8:33 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued

Re: Finding uncatalogued datasets

2022-07-25 Thread Jack Zukt
r reputation. Character is what > you are, reputation merely what others think you are.” - - - John Wooden > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Jack Zukt > Sent: Monday, July 25, 2022 8:14 AM > To: IBM-MAIN@LISTSERV.UA.EDU > S

Re: Finding uncatalogued datasets

2022-07-25 Thread Lionel B. Dyck
what you are, reputation merely what others think you are.” - - - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jack Zukt Sent: Monday, July 25, 2022 8:14 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets Hi, In this SYSPLEX all user catalo

Re: Finding uncatalogued datasets

2022-07-25 Thread Jack Zukt
Hi David, Thank you for the alert. I still have not ruled out the CBT112 VTOC command. As a matter of fact, I already have downloaded it but am still going through the notes. Regards Jack On Mon, 25 Jul 2022 at 14:09, David Spiegel wrote: > Hi Jack, > What will happen (with your proposed

Re: Finding uncatalogued datasets

2022-07-25 Thread Jack Zukt
A.EDU] on behalf > of John McKown [john.archie.mck...@gmail.com] > Sent: Sunday, July 24, 2022 5:03 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding uncatalogued datasets > > ADRDSSU MOVE can scan volumes for uncatalogued datasets and MOVE the to a > sequential dataset, o

Re: Finding uncatalogued datasets

2022-07-25 Thread David Spiegel
Hi Jack, What will happen (with your proposed solution) if you have Dataset A.B Cataloged to ABC123 and also present on ABC124, or, Dataset ABC Cataloged to ABC123, but, present only on ABC124? I do not want to sound like a broken record, but,. the VTOC Command Processor (CBT File 112) can

Re: Finding uncatalogued datasets

2022-07-25 Thread Seymour J Metz
Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of John McKown [john.archie.mck...@gmail.com] Sent: Sunday, July 24, 2022 5:03 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets ADRDSSU MOVE can scan volumes for uncatalogued datasets and MOVE the to a sequential dataset

Re: Finding uncatalogued datasets

2022-07-25 Thread Allan Staller
- From: IBM Mainframe Discussion List On Behalf Of Jack Zukt Sent: Sunday, July 24, 2022 3:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don't click links or open attachments

Re: Finding uncatalogued datasets

2022-07-25 Thread Jack Zukt
Hi all, Thank you all for all of your suggestions so far. After one weekend with everything working in the background I came up with an idea for a new approach. I have the DCOLLECT output with all the formatted data records or the file treated by DFSORT with only the dataset names and a few extra

Re: Finding uncatalogued datasets

2022-07-25 Thread Jack Zukt
Hi, Thank you for the suggestion. At this point in time, I only have access to IBM software Regards Jack On Mon, 25 Jul 2022 at 09:17, Alain Benvéniste wrote: > If I remember well RSVP from Broadcom did that. If you have it ? > > Resiliency Services on Z Mainframe >

Re: Finding uncatalogued datasets

2022-07-25 Thread Alain Benvéniste
If I remember well RSVP from Broadcom did that. If you have it ? Resiliency Services on Z Mainframe alain.benveni...@kyndryl.com > Le 25 juil. 2022 à 10:13, Jack Zukt a écrit : > > Hi, > Thank you for your input. Using DFDSS like that would be an option. > However, there are over eight

Re: Finding uncatalogued datasets

2022-07-25 Thread Jack Zukt
Hi, Thank you for your input. Using DFDSS like that would be an option. However, there are over eight thousand volumes in this system and that would be a lot of JOBs. I thought about submitting one JOB for each Storage Group but that would mean too many DD for most of the JOBs. Regards Jack On

Re: Finding uncatalogued datasets

2022-07-24 Thread Nigel Morton
This is what I'd use, shown for a single volume: //UNCAT EXEC PGM=ADRDSSU,PARM='TYPRUN=NORUN' //SYSPRINT DD SYSOUT=* //SYSINDD * COPY - DATASET( INCLUDE (**)) - LOGINDYNAM(volser) - BY (CATLG,EQ,NO) - DELETE /* The parm setting lets you see what it would do if you unleash it.

Re: Finding uncatalogued datasets

2022-07-24 Thread
ALOG.USER1.SYSPLEXD -Original Message- From: IBM Mainframe Discussion List On Behalf Of David Spiegel Sent: Sunday, July 24, 2022 4:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets Hi David, One problem ... If you use ISPF 3.4 to search (masked) VOLSERs, yo

Re: Finding uncatalogued datasets

2022-07-24 Thread John McKown
Sorry, I should have double checked. It's been years since I've had to do it. And it's Sunday. Yes COPY DELETE is correct. On Sun, Jul 24, 2022 at 4:18 PM David Spiegel wrote: > Hi John, > "...ADRDSSU MOVE..." There is no such verb. > Maybe you mean COPY ... DELETE? > > Regards, > David > > On

Re: Finding uncatalogued datasets

2022-07-24 Thread David Spiegel
Hi John, "...ADRDSSU MOVE..." There is no such verb. Maybe you mean COPY ... DELETE? Regards, David On 2022-07-24 17:03, John McKown wrote: ADRDSSU MOVE can scan volumes for uncatalogued datasets and MOVE the to a sequential dataset, or just DD DUMMY. It doesn't care what the DSN is, even if

Re: Finding uncatalogued datasets

2022-07-24 Thread John McKown
ADRDSSU MOVE can scan volumes for uncatalogued datasets and MOVE the to a sequential dataset, or just DD DUMMY. It doesn't care what the DSN is, even if it has abnormal byte values in the name. On Sat, Jul 23, 2022, 14:29 David Staudacher wrote: > Jack Zukt wrote: "I would prefer a more

Re: Finding uncatalogued datasets

2022-07-24 Thread Michael Babcock
nput to do a del or del nscr > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Jack Zukt > Sent: Sunday, July 24, 2022 9:48 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding uncatalogued datasets > > If there are, I have not found the

Re: Finding uncatalogued datasets

2022-07-24 Thread David Spiegel
Sent: Sunday, July 24, 2022 9:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets If there are, I have not found them. But I know that I may be looking at this the wrong way, hence the request for your help. I have been reading over the DCOLLECT data record type manual

Re: Finding uncatalogued datasets

2022-07-24 Thread
to do a del or del nscr -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jack Zukt Sent: Sunday, July 24, 2022 9:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets If there are, I have not found them. But I know that I may be looking

Re: Finding uncatalogued datasets

2022-07-24 Thread Seymour J Metz
:29 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets Jack Zukt wrote: "I would prefer a more standard approach if I could find one". What you need is something that can dig out all the DSCBs from every VTOC of every online DASD device and sum these into a Data S

Re: Finding uncatalogued datasets

2022-07-24 Thread Jack Zukt
xisting SAMPLIB members > > > -Original Message- > > From: IBM Mainframe Discussion List On > > Behalf Of Jack Zukt > > Sent: Sunday, July 24, 2022 1:00 AM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: Finding uncatalogued datasets > > >

Re: Finding uncatalogued datasets

2022-07-24 Thread Gibney, Dave
uly 24, 2022 1:00 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding uncatalogued datasets > > [EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize > the sender and know the content is safe. > > Hi, > Thank you for the suggestion > The

Re: Finding uncatalogued datasets

2022-07-24 Thread Jack Zukt
Saturday, July 23, 2022 5:18 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding uncatalogued datasets > > Thank you all for your input. > Regarding the last comments, my problem is that I have found multiple "SMS" > uncatalogued datasets. A few are rolled out GD

Re: Finding uncatalogued datasets

2022-07-23 Thread
On Behalf Of Jack Zukt Sent: Saturday, July 23, 2022 5:18 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets Thank you all for your input. Regarding the last comments, my problem is that I have found multiple "SMS" uncatalogued datasets. A few are rolled out GD

Re: Finding uncatalogued datasets

2022-07-23 Thread David Spiegel
Hi Mike, What if you ... 1) Restore an old backup copy of a Catalog? 2) Do a DELETE dsname NOSCRATCH? Regards, David On 2022-07-22 19:08, Mike Schwab wrote: SMS storage groups can't have uncataloged data sets, so you can eliminate those volumes. On Fri, Jul 22, 2022 at 9:01 AM Jack Zukt

Re: Finding uncatalogued datasets

2022-07-23 Thread David Staudacher
Mike Schwab wrote (suggesting a solution for available space estimate): "I did a DCOLECT to list all volumes then added up the space totals in the records. Of course it is a multiple of K, so you are missing tiny amount of space on every volume". There's a macro called LSPACE which sounds

Re: Finding uncatalogued datasets

2022-07-23 Thread Paul Gilmartin
On Fri, 22 Jul 2022 11:10:56 -0400, Mike Shaw wrote: > >MVS/QuickRef will give you a list of the uncataloged data sets across all >your online DASD volumes, with one batch job, and you don't need to code >any DD statements. > >Mike Shaw >MVS/QuickRef Support Group >Chicago-Soft, Ltd. > When I was

Re: Finding uncatalogued datasets

2022-07-23 Thread Mike Schwab
I did a DCOLECT to list all volumes then added up the space totals in the records. Of course it is a multiple of K, so you are missing tiny amount of space on every volume. On Sat, Jul 23, 2022 at 2:29 PM David Staudacher wrote: > > Jack Zukt wrote: "I would prefer a more standard approach if I

Re: Finding uncatalogued datasets

2022-07-23 Thread David Staudacher
Jack Zukt wrote: "I would prefer a more standard approach if I could find one". What you need is something that can dig out all the DSCBs from every VTOC of every online DASD device and sum these into a Data Set list. I happen to have an Assembler program which does just that, if you'd like to

Re: Finding uncatalogued datasets

2022-07-23 Thread Jack Zukt
y, Dave > Sent: 23 July 2022 00:24 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding uncatalogued datasets > > SMS shouldn't have uncataloged datasets. In reality, there are ways... All > of which should be considered an error. > > Of course, in my opinion. Most, if not all,

Re: Finding uncatalogued datasets

2022-07-22 Thread Lennie Dymoke-Bradshaw
is watching. Encrypt like everyone is.’ -Original Message- From: IBM Mainframe Discussion List On Behalf Of Gibney, Dave Sent: 23 July 2022 00:24 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets SMS shouldn't have uncataloged datasets. In reality, there are ways... All

Re: Finding uncatalogued datasets

2022-07-22 Thread Gibney, Dave
SMS volumes from such a search. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Mike Schwab > Sent: Friday, July 22, 2022 4:08 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding uncatalogued datasets > > > > SMS storage grou

Re: Finding uncatalogued datasets

2022-07-22 Thread Mike Schwab
SMS storage groups can't have uncataloged data sets, so you can eliminate those volumes. On Fri, Jul 22, 2022 at 9:01 AM Jack Zukt wrote: > > Hi all, > As a byproduct of what I am working now, I have found out a few > uncatalogued datasets. Now I would like to find out all the uncatalogued >

Re: Finding uncatalogued datasets

2022-07-22 Thread Michael Oujesky
Sorry, meant to say DcOLLECT and LISTCATs merged to determine those not cataloged? At 12:21 PM 7/22/2022, Michael Oujesky wrote: Have you had a look at DCOLLECT data? Michael At 09:00 AM 7/22/2022, Jack Zukt wrote: Hi all, As a byproduct of what I am working now, I have found out a few

Re: Finding uncatalogued datasets

2022-07-22 Thread Michael Oujesky
Have you had a look at DCOLLECT data? Michael At 09:00 AM 7/22/2022, Jack Zukt wrote: Hi all, As a byproduct of what I am working now, I have found out a few uncatalogued datasets. Now I would like to find out all the uncatalogued datasets that are forgotten on the hundred of volumes that are

Re: Finding uncatalogued datasets

2022-07-22 Thread rpinion865
ne pool where I > > > work, > > > are not cataloged by design. > > > > > > -Original Message- > > > From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf > > > Of Mike Shaw > > > Sent: Friday, July 22, 2022 10:11

Re: Finding uncatalogued datasets

2022-07-22 Thread Jack Zukt
gt; > Of Mike Shaw > > Sent: Friday, July 22, 2022 10:11 AM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: Finding uncatalogued datasets > > > > CAUTION: This email originated from outside of the Texas Comptroller's > > email system. > > DO NOT click l

Re: Finding uncatalogued datasets

2022-07-22 Thread David Spiegel
Hi Mike, So will The VTOC Command Processor (CBT File 112) and it's free. Not only that, but VTOC an also show incorrectly Cataloged Datasets (with the same Job). Regards, David On 2022-07-22 11:10, Mike Shaw wrote: Jack, MVS/QuickRef will give you a list of the uncataloged data sets across

Re: Finding uncatalogued datasets

2022-07-22 Thread Mike Shaw
M-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding uncatalogued datasets > > CAUTION: This email originated from outside of the Texas Comptroller's > email system. > DO NOT click links or open attachments unless you expect them from the > sender and know the content is safe. > > Jack, >

Re: Finding uncatalogued datasets

2022-07-22 Thread Jack Zukt
Hello, Thank you all for your suggestions. I will begin by trying DFDSS as suggested by Kolosu, as I have not tried like that. If it works as I need, it will be the more standard approach, which is what I am looking for. If that will not work, than I will have a go with the CBT. I will keep you

Re: Finding uncatalogued datasets

2022-07-22 Thread kekronbekron
gt; not cataloged by design. > > -Original Message- > From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf Of > Mike Shaw > > Sent: Friday, July 22, 2022 10:11 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding uncatalogued datasets > >

Re: Finding uncatalogued datasets

2022-07-22 Thread Michael Watkins
temporary datasets, restricted to one pool where I work, are not cataloged by design. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Mike Shaw Sent: Friday, July 22, 2022 10:11 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding uncatalogued datasets CAUTION

Re: Finding uncatalogued datasets

2022-07-22 Thread Mike Shaw
Jack, MVS/QuickRef will give you a list of the uncataloged data sets across all your online DASD volumes, with one batch job, and you don't need to code any DD statements. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Fri, Jul 22, 2022, 10:00 AM Jack Zukt wrote: > Hi all, > As a

Re: Finding uncatalogued datasets

2022-07-22 Thread Sri h Kolusu
>> Using ADRDDSU and (CATLG EQ NO) is not an option as it would need a DD Jack, Not sure what you tried, but you can try the DUMP command with TYPRUN=NORUN so that you can see the list of datasets that will processed. Try this //GENLIST EXEC PGM=ADRDSSU,PARM='TYPRUN=NORUN' //SYSPRINT DD

Re: Finding uncatalogued datasets

2022-07-22 Thread David Spiegel
Hi Jack, The VTOC Command Processor (CBT File 112). If you install it, I can supply JCL  to do this. Regards, David On 2022-07-22 10:00, Jack Zukt wrote: Hi all, As a byproduct of what I am working now, I have found out a few uncatalogued datasets. Now I would like to find out all the

Finding uncatalogued datasets

2022-07-22 Thread Jack Zukt
Hi all, As a byproduct of what I am working now, I have found out a few uncatalogued datasets. Now I would like to find out all the uncatalogued datasets that are forgotten on the hundred of volumes that are out there. Using ADRDDSU and (CATLG EQ NO) is not an option as it would need a DD for