×
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.
As to your
<>'Q'
QSYS showed up because that is the user for the SBS job type. Doing it your way is effective but limiting it to job_type='INT' would have also worked.
Somehow I missed AUTHORIZATION_NAME this morning which made me do all the string manipulation.
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of T. Adair
Sent: Monday, March 18, 2019 11:21 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Subject: Re: # of unique users
Thanks for all responses. I went with...
SELECT count(DISTINCT AUTHORIZATION_NAME) FROM TABLE(QSYS2.ACTIVE_JOB_INFO(
SUBSYSTEM_LIST_FILTER => 'QINTER')) X where substr(AUTHORIZATION_NAME,1,1) <> 'Q'
Thanks again.
~TA~
On 3/18/2019 8:29 AM, T. Adair wrote:
Is there a simple way to count the number of unique users signed on
interactively to a System i at any given point in time? I need to do
this across multiple systems, but if I have to do them one at a time,
that's fine. I'm trying to avoid counting them manually on each system.
Neither WRKACTJOB nor WRKUSRJOB has an OUTPUT(*FILE) option.
We're currently on 7.2 and we are not even close to being up-to-date
on PTFs or TRs (please don't ask why - not my choice).
Thanks in advance for any thoughts.
~TA~
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.