Bob: I have noticed a couple of errors in Journal which you might like to fix at Kent. I'll incorporate them into my next release (whenever that might be). 1) The test to see whether to produce a session monitor report still assumes the old date format (lines 3401-3402 of package B). The relevant code should read as follows: s = unpackdate(session list end) j = 0 j = 1 %if (minutes between(session list start, session list end) %c >60*24*7 %and substring(s,1,2)<"05") %or %c session total>max monthly sessions*95//100 2) Routine create jfile (package E) does not cherish the file being created; it should do unless it is a T# file. Just before %end add the following: cherish(file) %unless substring(file,1,2)="T#" John