SMF Type 3 Record

This table shows the record layout for type 3 SMF records (Dump Trailer).

We also have some tips for working with SMF type 3 records.
And you can see a sample report made from SMF records.

SMF Type 3 Record -- Dump Trailer
Offset
(Dec.)
Offset
(Hex)
NameLengthFormatDescription
00SMF3LEN2binary
Record length. This field and the next field (total of four bytes) form the RDW (record descriptor word). See “Standard SMF Record Header” on page 13-1 for a detailed description.
22SMF3SEG2binary
Segment descriptor (see record length field).
44SMF3FLG1binary
System indicator: Bit Meaning When Set 0-2 Reserved 3-6 Version indicators* 7 Reserved.*See “Standard SMF Record Header” on page 13-1 for a detailed description.
55SMF3RTY1binary
Record type 3 (X'03').
66SMF3TME4binary
Time since midnight, in hundredths of a second, when the record was moved into the dump data set.
10ASMF3DTE4packed
Date when the record was moved into the dump data set, in the form 0cyydddF. See “Standard SMF Record Header” on page 13-1 for a detailed description.
14ESMF3SID4EBCDIC
System identification (from the SID parameter).

The above table is a slightly modified version of the description provided by IBM in their "MVS Systems Management Facilities (SMF)" manual.


Spectrum SMF Writer is the 4GL report writer for SMF files on z/OS and VSE systems.
Download your free trial now!

Below are the Spectrum SMF Writer records definitions for the SMF type 3 record.

 

Spectrum SMF Writer
File Definition for Type 3 SMF Records
Dump Trailer

********************************************************************
*        SPECTRUM SMF WRITER -- FILE DEFINITION STATEMENTS         *
*             SMF03 - SMF TYPE 3 RECORD "DUMP TRAILER"             *
********************************************************************
FIELD: SMF3LEN DISP(0) LEN(2) TYPE(BINARY)
FIELD: SMF3SEG DISP(2) LEN(2) TYPE(BINARY)
FIELD: SMF3FLG DISP(4) LEN(1) TYPE(BINARY)
FIELD: SMF3RTY DISP(5) LEN(1) TYPE(BINARY)
FIELD: SMF3TME DISP(6) LEN(4) TYPE(B-SECS) DEC(2) FORMAT(TPIC'Z9:99:99.99')
FIELD: SMF3DTE DISP(10) LEN(4) TYPE(P-CYYDDD)
FIELD: SMF3SID DISP(14) LEN(4)

 
  SMF Type 0 | SMF Type 2 | SMF Type 3 | SMF Type 4 | SMF Type 5 | SMF Type 14 | SMF Type 15 | SMF Type 30