DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦350824a91⟧ TextFile

    Length: 1191 (0x4a7)
    Types: TextFile
    Names: »V«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦458657fb6⟧ 
            └─⟦a5bbbb819⟧ 
                └─⟦this⟧ 
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦9b46a407a⟧ 
            └─⟦eec0a994f⟧ 
                └─⟦this⟧ 

TextFile

-- This procedure will generate a Preventive Maintenance (PM) Report.  This
-- report provides useful system information for analysis and history for
-- later reference.  The period defined by Starting_Date to Ending_Date is
-- used when summarizing the log file entries.  If Delete_Log_Files is
-- TRUE, then those log files that fall between Starting_Date and
-- Ending_Date are deleted from !Machine.Error_Logs.  If Print_Report is
-- TRUE, then the report is printed via the system default print queue.
-- The default Report_Filename is a file created in the current context,
-- called PM_Report_<Date/Time>.  This procedure is designed to execute in
-- as a background job, and will cause this to occur immediately after it
-- begins to execute.
procedure Pm_Report (Starting_Date : String := "<MINUS_90_DAYS>";
                     Ending_Date : String := "<TODAY>";
                     Delete_Log_Files : Boolean := False;
                     Print_Report : Boolean := True;
                     Report_Filename : String := "<DEFAULT>";
                     Log_Directory : String := "!Machine.Error_Logs";
                     Accounting_Library : String := "!Machine.Accounting");