#!/usr/local/bin/rxx /* daily.actlog.get called by daily.actlog Author Information: Paul Zarnowski Cornell Information Technologies Ithaca, NY 14853-2601 psz1@cornell.edu Update History: 9-Oct-95 psz1: Initial version */ parse arg TODAY YESTERDAY FILENAME . if (TODAY = "") then TODAY=edate(U,,,L) if (YESTERDAY = "") then YESTERDAY=edate(U,,-1,L) if (FILENAME = "") then FILENAME=DIR||edate(S,,-1,L) 'rxx adsm.file' FILENAME 'q actlog begind='YESTERDAY 'begint=00:00 endd='TODAY 'endt=00:00'