There's a UV system subroutine called !GET.USER.COUNTS that gives you
current UV, max UV, and current OS users.  Here's a short utility
program I wrote that returns all 3:

0001: CALL !GET.USER.COUNTS  (uv.users,  max.uv.users,  os.users)
0002: PRINT "Max UniVerse users    : ":max.uv.users
0003: PRINT "Current UniVerse users: ":uv.users
0004: PRINT "OS users              : ":os.users

-John

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Monday, September 09, 2013 1:15 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] More than one way to list the "Number of licensed users" ?

STATUS NETWORK

on Universe, will list "Number of licensed uniVerse users: 110"

Are there other ways to get this number?


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to