AS/400 HELP    

                                      "EVENTS" 

 

 

 

 

EVENTS   watches your AS/400 and displays on going system events.  It uses the API ‘QWCRSSTS’   (wrksyssts).

EVENTS  refreshes itself every 20 seconds.

It can help you track system performance  during the day. 

 

 

       

 

EVENTS  was written  and tested at V5r2    It was compiled  and saved at V5r2

PC INSTRUCTIONS:

Download "EVENTS” 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 “events.savf”

QUOTE    SITE     NAMEFMT   1

BIN

PUT       EVENTS.SAVF

QUOTE   RCMD   RSTLIB   SAVLIB(events)   DEV(*SAVF)   SAVF(QGPL/EVENTS)

 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.

   DOWNLOAD events.savf                            

 

 

AS/400 INSTRUCTIONS:

ADDLIBLE EVENTS

CALL EVENTS

 

NOTE:    Display format EVENTSFM was compiled with   WAITRCD(20)   You can change the refresh rate of EVENTS by recompiling EVENTSFM with a different WAITRCD time.  I don’t recommend using less than 20 seconds.   You can also use  the command CHGDSPF FILE(EVENTS/EVENTSFM) WAITRCD(NN)    NN= the amount of seconds to wait before the screen is refreshed. Eg 20

NOTE:  If left unattended, when  the subfile reaches 99998 records  EVENTS ends itself .