Here are some examples of Cyclic SMF File data set names.
- Today
- SMF.TODAY contains data for the current day (today).
DSN: SMF.TODAY Origin: DAY Interval: DAY DISP: MOD
- Current week
- SMF.WEEK contains data for this week, starting on Monday.
DSN: SMF.WEEK Origin: MONDAY Interval: WEEK DISP: MOD
- Monthly cycle
- Each data set contains data the specified calendar month. If the
current month is June, then SMF.JUN contains data for this month,
SMF.MAY for the previous month, SMF.JUL for last July for example.
DSN: SMF.JAN Origin: ****-01-01 Interval: MONTH DISP: MOD
DSN: SMF.FEB Origin: ****-02-01 Interval: MONTH DISP: MOD
. . .
DSN: SMF.DEC Origin: ****-12-01 Interval: MONTH DISP: MOD