Contents
*METALOGIC/FILEREPORTS/WFL/FRAMES
This Job controls the whole process and has three lines which need to be tailored to your site.
00005000WEBDIR:="*PUBLIC/WWWROOT/FILEREPORTS";
00005500WEBHOST:="DELL8500MCP";
00006000EMAIL:="bob.nicol@metalog.com";
WEBDIR should be set to the directory where all of the HTML files should be kept. The default value if for the Atlas Web Server.
WEBHOST should be set the the MCP Host where the files should be stored. The intent is that the job can be run on various hosts and all the reports moved to the one master.
EMAIL should be set to the email address of the person administrating this system. They will get an email whenever a report is updated.
*METALOGIC/FILEREPORTS/DO/FRAMES
This DO file is used to produce the main reports for each family. (INDEX.HTM,MENU.HTM and MAIN.HTM)
*METALOGIC/FILEREPORTS/DO/FRAMESINX
This DO file is used to generate the Index html file which points to all of the Family reports.
*METALOGIC/FILEREPORTS/DO/FRAMESGEN
This DO file is used on the 'slave' systems to run *METALOGIC/FILEREPORTS/DO/FRAMESINX on the 'Master' system whenever reports have been updated.
|