Previous Topic: DATE Operand—Organize by Date

Next Topic: Organize a Report by Resource Using an ID Option

DAY Operand—Organize by the Day of the Week

Use the DAY operand to create tabular reports organized by the day of the week (Monday, Tuesday, and so on).

To create a report organized by day, use the following commands:

TAB DAY TRAN USE    AND,
        TRAN ABENDS AND,
        TRAN CPU    AND.
        TRAN LIFE   AND,
        TRAN MAXLIFE
END
RUN

A report like the following is generated:

TRAN TRAN TRAN TRAN TRAN WEEKDAY USE ABENDS CPU LIFE MAX LIFE --------- -------- -------- -------- -------- -------- FRIDAY 59 1 25.29 778.8 4529 SATURDAY 1226 60 0.208 221.3 43995 SUNDAY 518 3 0.392 638.9 46487 MONDAY 6881 77 0.515 16.13 4036 --------- -------- -------- -------- -------- -------- PERIOD 8684 141 0.633 87.43 46487 --------- -------- -------- -------- -------- --------