|
SMF Type 38 Record (Subtype 3)This table shows the record layout for type 38 SMF records
|
It's easy to report on SMF 38 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 | SMF38LENG | 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 | SMF38SEGD | 2 | binary | Segment descriptor (see record length field).
|
4 | 4 | SMF38SYSI | 1 | binary | System indicator Bit Meaning When Set 0 Subsystem name follows system identification 1 Subtypes used 2 Reserved 3-6 Version indicators* 7 Reserved.*See "Standard SMF Record Header"5:23 PM 10/30/2022 on page 13-1 for a detailed description.
|
5 | 5 | SMF38RECT | 1 | binary | Record type 33 (X'21').
|
6 | 6 | SMF38TIME | 4 | binary | Time since midnight, in hundredths of a second, that the record was moved into the SMF buffer.
|
10 | A | SMF38DATE | 4 | packed | Date when the record was moved into the SMF buffer, in the form 0cyydddF.
|
14 | E | SMF38SYID | 4 | EBCDIC | System identification (from the SID parameter).
|
18 | 12 | SMF38SUBS | 4 | EBCDIC | Subsystem identifier. ("NETV")
|
22 | 16 | SMF38SUBT | 2 | binary | Record subtype.
1 - Command authorization table record 2 - Task resource utilization data 3 - Dynamic span table record 4 - Command Statistics External Log Record |
24 | 18 | SMF38TRNUM3 | 2 | binary | Total number of triplets (6)
|
28 | 1C | SMF38PROFF3 | 4 | binary | Offset to Product section.
|
32 | 20 | SMF38PRLEN3 | 2 | binary | Length of Product section.
|
34 | 22 | SMF38PRNUM3 | 2 | binary | Number of Product Sections in this record. (1)
|
36 | 24 | SMF38GOFF3 | 4 | binary | Offset to General Section.
|
40 | 28 | SMF38GLEN3 | 2 | binary | Length of General Section.
|
42 | 2A | SMF38GNUM3 | 2 | binary | Number of General Sections in this record. (1)
|
44 | 2C | SMF38AOFF3 | 4 | binary | Offset to Access Section.
|
48 | 30 | SMF38ALEN3 | 2 | binary | Length of Access Section.
|
50 | 32 | SMF38ANUM3 | 2 | binary | Number of Access Sections in this record. (1)
|
52 | 34 | SMF38ROFF3 | 4 | binary | Offset to Resource/View Name Section.
|
56 | 38 | SMF38RLEN3 | 2 | binary | Length of Resource/View Name Section.
|
58 | 3A | SMF38RNUM3 | 2 | binary | Number of Resource/View Name Sections in this record. (1)
|
60 | 3C | SMF38OOFF3 | 4 | binary | Offset to Operator Section.
|
64 | 40 | SMF38OLEN3 | 2 | binary | Length of Operator Section.
|
66 | 42 | SMF38ONUM3 | 2 | binary | Number of Operator Sections in this record. (1)
|
68 | 44 | SMF38MOFF3 | 4 | binary | Offset to Matching Information Section.
|
72 | 48 | SMF38MLEN3 | 2 | binary | Length of Matching Information Section.
|
74 | 4A | SMF38MNUM3 | 2 | binary | Number of Matching Information Sections in this record. (1)
|
This section identifies the product that generated the record. | |||||
0 | 0 | SMF38CVER | 2 | BINARY | Record version number - 01.
|
2 | 2 | SMF38CPNM | 4 | EBCDIC | Product name - NETV
|
6 | 6 | SMF38CPVR | 2 | EBCDIC | Product version and release, in the format vr, where v is version and r is release.
|
0 | 0 | SMF38CTNM | 8 | EBCDIC | Name of the NetView command authorization table
|
8 | 8 | SMF38CDOM | 8 | EBCDIC | Domain where the NetView command authorization table is loaded
|
17 | 10 | SMF38CTTM | 17 | EBCDIC | Time that this NetView command authorization table was loaded, in the format:MM/DD/YY HH:MM:SS
|
33 | 21 | -- | 1 | binary | Reserved
|
0 | 0 | SMF38ADEC | 4 | EBCDIC | Access decision PASS or FAIL
|
4 | 4 | SMF38RORG | 4 | EBCDIC | Request Origin
CMD - Request from commands VIEW - Request from NetView management console views |
8 | 8 | SMF38NTYPE | 4 | EBCDIC | Type of Name
RESC - Resource name VIEW - NetView management console view name |
12 | C | SMF38REAS | 8 | EBCDIC | Reason for PASS or FAIL
NOACTIVE - Operator has no active span NO MATCH - No match found RESCSTOP - Resource has been stopped GEN NAME - For CTL=GENERAL, name defined generically to another span DEF NAME - For CTL=GENERAL, name defined specifically to another span RDMQFAIL - RODM query failed RDMNONAM - No name defined to RODM object INVALLEN - For a VIEW request, the resource or view name has a zero length GLOB MAT - Operator has CTL=GLOBAL GLOBVTAM - Operator has CTL=GLOBAL and the command entered is a VTAM® command SPEC MAT - Name matches a specifically defined name GENR MAT - Name matches a generically defined name GLSA MAT - Name matches a leading single asterisk name GLDA MAT - Name matches a leading double asterisk name NMNOTDEF - For CTL=GENERAL (PASS), name not defined to the NetView program NOSPNDEF - For CTL=SPECIFIC (FAIL) and CTL=GENERAL (PASS), no span definition in use DBCSNAME - No specific match found for a DBCS name; no generic match done for a DBCS name |
0 | 0 | SMF38RESLN | 2 | BINARY | Length of the resource or view name that follows; can be 0
|
0 | 0 | SMF38OPID | 8 | EBCDIC | Operator ID, padded with blanks; an operator ID of *BYPASS* indicates the VTAM command is issued from a system console where no logon has been performed.
|
0008 | 0008 | SMF38OCTL | 4 | EBCDIC | Operator CTL setting:
GLOB - Global SPEC - Specific GENL - General |
0012 | 000C | SMF38ONSPN | 2 | BINARY | Number of active spans that the operator has; can be 0
|
0 | 0 | -- | 4 | binary | Reserved
|
0004 | 0004 | SMF38MSPAN | 8 | EBCDIC | Span name in which the match is found; *GLOBAL* means the operator has CTL=GLOBAL; blanks indicate no match was found
|
0012 | 000C | SMF38MNMLN | 2 | BINARY | Length of the resource or view name that matches; 0 indicates failure for CTL=SPECIFIC
|
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