Re: [U2] More than one way to list the Number of licensed users ?

2013-09-10 Thread Jeff Schasny
CONFIG Configuration data for license number XXX: User limit = 112 Expiry date= 1/1/2500 -GCI package is installed. User limit = 112. Expiry date = 1/1/2500 -UCI package is installed. User limit = 112. Expiry date = 1/1/2500 -UVCS package is installed. User limit = 112. Expiry date = 1/1/2500

[U2] More than one way to list the Number of licensed users ?

2013-09-09 Thread Wjhonson
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

Re: [U2] More than one way to list the Number of licensed users ?

2013-09-09 Thread mhilbert
SYSTEM(36) in Basic CONFIG from TCL On Mon, 9 Sep 2013 16:14:41 -0400 (EDT), Wjhonson wrote: STATUS NETWORK on Universe, will list Number of licensed uniVerse users: 110 Are there other ways to get this number? ___ U2-Users mailing list

Re: [U2] More than one way to list the Number of licensed users ?

2013-09-09 Thread John Hester
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: