Go to Home Page
 
Go to Home Page Go to Home Page  
About Spectrum Writer About Spectrum Writer
Online brochure and other documentation Online brochure and other documentation
Online brochure and other documentation Online brochure and other documentation
How to contact us How to contact us
Download a free 30-day trial of Spectrum Writer Download a free 30-day trial of Spectrum Writer
 
 
  Report Writer Speedup Tips Article
Use Mainframe Data in Excel with Spectrum Writer 4GL.
SMF 0 Record Layout

SMF Type 0 Record

This table shows the record layout for type 0 SMF records (IPL Header).
Also read our tips for working with SMF type 0 records.

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

Jump to the Spectrum SMF Writer definitions for SMF type 0 records.

SMF Type 0 Record -- IPL Header
Offset
(Dec.)
Offset
(Hex)
NameLengthFormatDescription
00SMF0LEN2binary
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.
22SMF0SEG2binary
Segment descriptor (see record length field).
44SMF0FLG1binary
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.
55SMF0RTY1binary
Record type 0 (X'00')
66SMF0TME4binary
Time since midnight, in hundredths of a second, that the record was moved into the SMF buffer.
10ASMF0DTE4packed
Date when the record was moved into the SMF buffer, in the form 0cyydddF. See “Standard SMF Record Header” on page 13-1 for a detailed description.
14ESMF0SID4EBCDIC
System identification (from the SID parameter).
1812SMF0JWT4binary
Limit, in minutes, of continuous wait for the job (taken from JWT parameter).
2216SMF0BUF4binary
This field contains meaningless information.
261ASMF0VST4binary
Number of 1K bytes in virtual storage.
301ESMF0OPT1binary
SMF options Bit Meaning When Set 0 Reserved 1 Reserved 2 Reserved. 3 Data set accounting. Record types selected. This bit is on when one of the following record types is selected: 14, 15, 17, 18, 62, 63, 64, 67 or 68. (See “Selecting SMF records” on page 4-2.) 4 Volume accounting. Record types 10 or 69 selected. (See “Selecting SMF records” on page 4-2.) 5 Reserved. 6 Type 17 records will be written for temporary data sets (REC(ALL)). 7 Reserved.
311FSMF0RST4binary
Number of 1K bytes in central storage.
3523SMF0RSV1--
Reserved.
3624SMF0OSL8EBCDIC
MVS product name.
442CSMF0SYN8EBCDIC
System name (from the SYSNAME parameter in the IEASYSxx parmlib member).
5234SMF0SYP8EBCDIC
Sysplex name (from the SYSPLEX parameter in the COUPLExx parmlib member).

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
File Definition for Type 0 SMF Records
IPL Header

********************************************************************
*        SPECTRUM SMF WRITER -- FILE DEFINITION STATEMENTS         *
*              SMF00 - SMF TYPE 0 RECORD "IPL HEADER"              *
********************************************************************
FIELD: SMF0LEN DISP(0) LEN(2) TYPE(BINARY)
FIELD: SMF0SEG DISP(2) LEN(2) TYPE(BINARY)
FIELD: SMF0FLG DISP(4) LEN(1) TYPE(BINARY)
FIELD: SMF0RTY DISP(5) LEN(1) TYPE(BINARY)
FIELD: SMF0TME DISP(6) LEN(4) TYPE(B-SECS) DEC(2) FORMAT(TPIC'Z9:99:99.99')
FIELD: SMF0DTE DISP(10) LEN(4) TYPE(P-CYYDDD)
FIELD: SMF0SID DISP(14) LEN(4)
FIELD: SMF0JWT DISP(18) LEN(4) TYPE(BINARY)
FIELD: SMF0BUF DISP(22) LEN(4) TYPE(BINARY)
FIELD: SMF0VST DISP(26) LEN(4) TYPE(BINARY)
FIELD: SMF0OPT DISP(30) LEN(1) TYPE(BINARY)
FIELD: SMF0RST DISP(31) LEN(4) TYPE(BINARY)
FIELD: SMF0RSV DISP(35) LEN(1) TYPE(BINARY)
FIELD: SMF0OSL DISP(36) LEN(8)
FIELD: SMF0SYN DISP(44) LEN(8)
FIELD: SMF0SYP DISP(52) LEN(8)

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

Copyright 2008
Pacific Systems Group
All rights reserved..
Home Page | Spectrum Writer | Online Brochure | Company | Privacy | Contact | Download Trial
Send Your Comments or Questions