AS/400 HELP
"DAJ"
Display Active Jobs via the Web

DAJ
does a WRKACTJOB to print, copies the printout to a work file and then
displays this file on the web via your
AS/400 HTTP server. DAJ is a
RPGIV/CGI program and was developed at V5R1.
All jobs with ‘MSGW’ or LCKW’ are shown in red.
The logic of DAJ can be modified to
provide other printouts such as A/R reports to customers.
PC INSTRUCTIONS:
Download "DAJ” 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 “ daj.savf”
QUOTE
SITE NAMEFMT 1
BIN
PUT
DAJ.SAVF
QUOTE RCMD
RSTLIB SAVLIB(DAJ) DEV(*SAVF) SAVF(QGPL/DAJ)
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.
To run ;
You must create / start an http server instance or
add DAJ to an existing one.
NOTE: The WRKACTJOB printout is sent temporarily
to outq DAJ in library DAJ. You will need to change some code to put the
printout elsewhere if you are not using DAJ as is.