AS/400 HELP
"USERS"
DISPLAY A LIST
OF SIGNED-ON USERS

USERS displays a list of all signed-on users. Ideal
for those who need to know who else is on the system but aren’t allowed the use
of WRKACTJOB. USERS runs the API
‘QEZLSGNU’ via a user space. F5 will sort (max 1000 records) the
subfile by user name. (You can easily
modify the program for more )
USERS was
developed at 5.1 recompiled and
saved tested on a 3.7 machine. It should work at all 4.x levels
PC INSTRUCTIONS:
Download "USERS” to your PC.
Go to a DOS session and enter the following;
FTP SYSTEM (system = your AS/400’s
name or IP address)
Enter a valid user id and password
CD QGPL
LCD C:\DIRECTORY (directory= the directory on your pc where you
downloaded “users.savf”
QUOTE
SITE NAMEFMT 1
BIN
PUT
USERS.SAVF
QUOTE RCMD
RSTLIB SAVLIB(USERS) DEV(*SAVF) SAVF(QGPL/USERS)
Note: If there is a security problem restoring all
objects with the command above, sign on
to your as/400 as Qsecofr and run RSTLIB
from the command line.
AS/400
INSTRUCTIONS:
ADDLIBLE USERS
USERS