|
SMF Type 35 RecordThis table shows the record layout for type 35 SMF records
|
It's easy to report on SMF 35 data! | |
Spectrum SMF Writer handles the difficult SMF record parsing for you automatically. You just specify which fields you want to see. Spectrum SMF Writer also converts the arcane date and time fields and reformats them into an attractive report. Plus, Spectrum SMF Writer can export SMF data as comma delimited files to use on your PC.
|
Offset (Dec.) | Offset (Hex) | Name | Length | Format | Description |
0 | 0 | SMF35_ TLGRLEN | 2 | binary | 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.
|
2 | 2 | SMF35_ TLGRSEG | 2 | binary | Segment descriptor.
|
4 | 4 | SMF35_ TLGRFLG | 1 | binary | 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.
|
5 | 5 | SMF35_ TLGRCDTY | 1 | binary | Record type 35 (X'23').
|
6 | 6 | SMF35_ TLGRCDTS | 4 | binary | Time since midnight, in hundredths of a second, that the record was moved to the SMF writer. This is the logoff time.
|
10 | A | SMF35_ TLGRCDTE | 4 | packed | 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. This is the logoff date.
|
14 | E | SMF35_ TLGPUID | 4 | EBCDIC | System identification (taken from SID parameter).
|
18 | 12 | SMF35_ TLGUIF | 8 | EBCDIC | Job name.
|
26 | 1A | SMF35_ TLGONTME | 4 | binary | Logon time, in hundredths of a second.
|
30 | 1E | SMF35_ TLGONDTE | 4 | packed | Logon date, in the form 0cyydddF. See “Standard SMF Record Header” on page 13-1 for a detailed description.
|
34 | 22 | SMF35_ TLGUDATA | 8 | EBCDIC | User-defined identification field (taken from common exit parameter area, not from USER=parameter on job statement).
|
42 | 2A | SMF35_ TLGSTPCT | 1 | binary | Number of steps in session. (This field always equals 1.)
|
43 | 2B | SMF35_ TLGCRTME | 4 | -- | Reserved.
|
47 | 2F | SMF35_ TLGOUTCT | 4 | binary | Number of lines of terminal output, that is, number of TPUTs issued.
|
51 | 33 | SMF35_ TLGINCT | 4 | binary | Number of lines of terminal input, that is, number of TGETs satisfied.
|
55 | 37 | SMF35_ TLGSTAT | 2 | binary | Job completion code: X‘0ccc’ indicates system ABEND where ccc is the system (See z/OS MVS System Codes.) X‘8ccc’ indicates user ABEND where ccc is the user ABEND code. X‘nnnn’ indicates normal completion where nnnn is the contents of the two low-order bytes in register 15 at termination. X‘0000’ indicates normal job completion with return code of 0. Use this field in conjunction with the job termination indicator field (offset 66).
|
57 | 39 | SMF35_ TLGPRI | 1 | binary | Logon priority. This field normally equals the user-assigned priority of 0-13, but if the job fails while being scheduled, this field equals 14 (taken from the PRTY parameter on the JOB card). If no value is specified for the PRTY parameter on the JOB card, this field contains: v For JES3, the default priority specified on the JES3 STANDARDS initialization card v For JES2, a zeroJES2 does not use the priority value reported in this field. (The JES2 job selection priority is requested via the JES2 /*PRIORITY control statement.)
|
58 | 3A | SMF35_ TLGNQTME | 4 | binary | Logon enqueue time, in hundredths of a second.
|
62 | 3E | SMF35_ TLGNQDTE | 4 | packed | Logon enqueue date, in the form 0cyydddF. See “Standard SMF Record Header” on page 13-1 for a detailed description.
|
66 | 42 | SMF35_ TLGTRMI | 1 | binary | Job termination indicator Bit Meaning When Set 0 Reserved 1 Canceled at exit IEFUJV 2 Canceled at exit IEFUJI 3 Canceled at exit IEFUSI 4-5 Reserved 6 If 0, normal completion. If 1, abnormal termination 7 Reserved
|
67 | 43 | SMF35_ TLGOUTCL | 1 | -- | Reserved.
|
68 | 44 | SMF35_ TLGTRANT | 4 | binary | Job transaction residency time, in 1024-microsecond units. That is the total amount of time all transactions were in central storage.
|
72 | 48 | SMF35_ TLGRVC | 4 | -- | Reserved.
|
76 | 4C | SMF35_ TLGSPK | 1 | binary | Storage protect key, in the form xxxx0000 where xxxx is the key.
|
77 | 4D | SMF35_ TLGSRBT | 3 | binary | Job CPU time under SRBs, in hundredths of a second. This field includes the CPU time for various supervisory routines that are dispatched via SRB: locking routines, page resolution, swap control, cross-memory communications (WAIT, POST, I/O POST), and TQE scheduling. CPU time may not be constant between different runs of the same job.
|
80 | 50 | SMF35_ TLGTJS | 4 | binary | Job service, in service units.
|
84 | 54 | SMF35_ TLGTTAT | 4 | binary | Job transaction active time, in 1024-microsecond units.
|
88 | 58 | SMF35_ TLGNTSN | 4 | binary | Number of transactions.
|
92 | 5C | SMF35_ TLGPGNO | 2 | binary | Beginning with z/OS V1R3, this field is always zero.
|
94 | 5E | SMF35_ TLGRV2 | 2 | -- | Reserved.
|
96 | 60 | SMF35_ TLGVAR | 1 | binary | Length of rest of record, excluding this field.
|
97 | 61 | SMF35_ TLGRVB | 20 | -- | Reserved.
|
117 | 75 | SMF35_ TLGCPUTM | 3 | binary | Job CPU time under TCBs, in hundredths of a second. This field includes the CPU time for all tasks that are dispatched via TCBs below the level of RCT.
|
120 | 78 | SMF35_ TLGNBRAC | 1 | binary | Number of accounting fields.
|
121 | 79 | SMF35_ TLGACFLD | VARIABLE | EBCDIC | Accounting fields. Each entry for an accounting field contains the length of the field (one byte, binary) followed by the field (EBCDIC). A zero indicates an omitted field.
|
0 | 0 | SMF35_ TLGCPUS | 4 | binary | Job CPU service, in service units.
|
4 | 4 | SMF35_ TLGIOCS | 4 | binary | Job I/O service, in service units.
|
8 | 8 | SMF35_ TLGMSOS | 4 | binary | Job main storage service, in service units.
|
12 | 12 | SMF35_ TLGSRBS | 4 | binary | Job SRB service, in service units.
|
16 | 10 | SMF35_ TLGTSN | 8 | EBCDIC | Terminal symbolic name.
|
The table above is based on the description provided by IBM in its "MVS Systems Management Facilities (SMF)" manual.
Home |
Products |
Prices |
Documentation |
30-Day Trials |
Customer Reviews |
Company
| FAQ
| Sample Reports
| SMF Records
Send Your Comments or Questions