> Whate else do people turn to?  
> SYSTEM(9001) is a little different tool,  but at
> least tangential to the
> current discussion.

There is GET.USERS which calls the SYSTEM(1302). 
SYSTEM(1302) isn't supported by IBM but GET.USERS is.

CALL
!GET.USERS(PI.USERS,MAX.PI.USERS,SYS.USERS,INFO,CODE)
SYS.NB = DCOUNT(INFO,@AM)
US = 0
LOOP WHILE US < SYS.NB
   US += 1
   SYS.NO.PORT<1,US> = INFO<US,1>
   SYS.USERID<1,US>  = INFO<US,2>
   SYS.PID<1,US>     = INFO<US,3>
   SYS.TYPE<1,US>    = INFO<US,4>
REPEAT



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to