× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: How many objects in a system?
  • From: Bernd Schäfers <bschaefers@xxxxxxx>
  • Date: Tue, 30 Jan 2001 00:00:32 +0100

Thanks Al and Sean,
I thought about submitting a DSPOBJD, but was hoping that there might be
something like an internal object counter. This is a monster system...,
but anyway submitting this in batch is okay I guess. I don't have access to
a system right now, but I think Operations Navigator displays the number of
files in the IFS when right-clicking properties on IFS -> Root.

Thanks again,
Bernd


----- Original Message -----
From: "Sean Porterfield" <sporter@bestdist.com>
To: <MIDRANGE-L@midrange.com>
Sent: Monday, January 29, 2001 11:10 PM
Subject: Re: How many objects in a system?


> Bernd Schäfers wrote:
> >
> > Greetings,
> > Does anyone know of a quick way to get the total number of objects in a
> > system?
> >
> > Thanks,
> > Bernd
>
> I don't know about quick...  (Or reliable due to security concerns.)
>
> SBMJOB CMD(DSPOBJD OBJ(*ALL/*ALL) OBJTYPE(*ALL) OUTPUT(*OUTFILE)
> OUTFILE(MYLIB/OBJECTS))
>
> (above command submitted so other users don't come hurt you)
>
> SELECT COUNT(*) FROM MYLIB/OBJECTS
>
> Where MYLIB is a valid library.  It may be included in the count...
> Don't know if IFS files get counted this way or not.
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
david@midrange.com
> +---
>
>



+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.