| Data collection |
| 1.1) creates a disk usage file using the OpenVMS utility ANALYZE/DISK for each disk name in the RA_DAT:DISKNAMES.nodename file. |
| 1.2) summarizes all the files by UIC to create a single disk usage record containing the total blocks allocated for each UIC for that day. |
| 1.3) writes records containing the disk information to the OpenVMS accounting file ACCOUNTNG.DAT |
| 2.1) extracts the accounting records for the PREVIOUS day from the OpenVMS accounting file ACCOUNTNG.DAT into a temporary file called nodename_ACCOUNTNG.TMP. This includes the disk records generated by ACC_DAY_UPDATE_nodename.COM. |
| 2.2) appends the records in nodename_ACCOUNTNG.TMP to RA's month-to-date file. The file name is RA_DAT:nodename_ACCOUNTNG.month where "month" is a three character abbreviation for month (e.g. "JAN") |
| 2.3) reads the nodename_ACCOUNTNG.TMP, summarizes the records by username and creates a summary file RA_DAT:nodename_ACCOUNTNG.SAV |
| 2.4) submits DAILY_REPORTS.COM to create reports which are run every day. You can use a text editor to modify this procedure to generate different reports or to run them using the month-to-date instead of the single day's data. |