!JOB JDISCST,MANAGER/password.SYS/password;OUTCLASS=LP,9;RESTART !# !# *************************************************************** !# Filename - JDISCST !# !# This job executes a command file named DISCSTAT. DISCSTAT logs !# statistical usage data related to DISC space. The resulting file !# is a comma delimited set of information derived from "DISCFREE D" !# and "SHOWJOB STATUS" !# !# This job would typically be scheduled for the opening of the !# business day. The DISCSTAT program has its own routine for !# shutting down the session. !# !# This file is one of three required files. The "DISCSTAT" file !# is the main process. The "TODAY" file is used by "DISCSTAT" to !# construct date stamped file names. !# !# Note: This job raises the JOB limit by 1 at startup time and !# decreases it by 1 just before EOJ. If you prefer to !# manually change the job limit, comment out the "limit" !# statements. !# !# Written by Steve Barrett !# !# I have used this to plot Jobs/Sessions and Trans/Perm disc space !# on a line graph in Lotus123. It gives a pretty good representation !# of disc space overhead during the course of the business day. !# !# *************************************************************** ! !setvar j_lim (!hpjoblimit + 1) !limit !j_lim !continue !xeq discstat !setvar j_lim (!hpjoblimit - 1) !limit !j_lim ! !EOJ