Fast/Unload SMF record format: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (more conversion cleanup)
m (add template)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Page name: Fast/Unload SMF record format-->
<!-- Page name: Fast/Unload SMF record format-->
<p class="code"><nowiki>Offset  Length  Type              Description
<p class="code">Offset  Length  Type              Description
------- ------- -------          -------------------------
<nowiki>------- ------- -------          -------------------------</nowiki>
000    2      Signed Binary    Record length
000    2      Signed Binary    Record length
002    2      Reserved        Block Descriptor
002    2      Reserved        Block Descriptor
Line 13: Line 13:
026    10      Character        Originating Model 204 userid
026    10      Character        Originating Model 204 userid
036    10      Character        Originating Model 204 account name
036    10      Character        Originating Model 204 account name
046    1      Character        <var class="product">Fast/Unload</var> record type
046    1      Character        Fast/Unload record type
                                 'U' Unload record
                                 'U' Unload record
                                 'I' Index Unload record
                                 'I' Index Unload record
                                 'C' Compile record
                                 'C' Compile record
047    3       Reserved
047    5       Reserved
050     4      Signed Binary    SOUL Interface request number
052     4      Signed Binary    SOUL Interface request number
054     4      Signed Binary    Return code
056     4      Signed Binary    Return code
                                 Times are in milliseconds
                                 Times are in milliseconds
058     4      Signed Binary    Real time used (total job time)
060     4      Signed Binary    Real time used (total job time)
062     4      Signed Binary    Wait for CPU time
064     4      Signed Binary    Wait for CPU time
066     4      Signed Binary    CPU  Time
068     4      Signed Binary    CPU  Time
070     4      Signed Binary    Base      buffer wait time
072     4      Signed Binary    Base      buffer wait time
074     4      Signed Binary    Extension  buffer wait time
076     4      Signed Binary    Extension  buffer wait time
078     4      Signed Binary    Output    buffer wait time
080     4      Signed Binary    Output    buffer wait time
082     4      Signed Binary    Report    buffer wait time
084     4      Signed Binary    Report    buffer wait time
086     4      Signed Binary    Input      buffer wait time
088     4      Signed Binary    Input      buffer wait time
090     4      Signed Binary    Open      wait time
092     4      Signed Binary    Open      wait time
094     4      Signed Binary    PST        wait time
096     4      Signed Binary    PST        wait time
098     4      Signed Binary    Maximum 24-bit storage used
100     4      Signed Binary    Maximum 24-bit storage used
102     4      Signed Binary    Maximum 31-bit storage used
104     4      Signed Binary    Maximum 31-bit storage used
106     4      Signed Binary    Number of base buffer reads
108     4      Signed Binary    Number of base buffer reads
110     4      Signed Binary    Number of base buffer waits
112     4      Signed Binary    Number of base buffer waits
114     4      Signed Binary    Number of extension pgs in base buffer
116     4      Signed Binary    Number of extension pgs in base buffer
118     4      Signed Binary    Number of extension pgs in exten pool
120     4      Signed Binary    Number of extension pgs in exten pool
122     4      Signed Binary    Number of extension buffer reads
124     4      Signed Binary    Number of extension buffer reads
</nowiki></p>
128    4      Signed Binary    Number of Longstring items required
132    4      Signed Binary    Storage used for occurrence pointer arrays
</p>
<p class="note"><b>Note:</b> The statistics for "Number of base buffer reads" through
<p class="note"><b>Note:</b> The statistics for "Number of base buffer reads" through
"Number of extension buffer reads" are new in <var class="product">Fast/Unload</var> version 4.0. Prior to that, the record length of the <var class="product">Fast/Unload</var>
"Number of extension buffer reads" are new in <var class="product">Fast/Unload</var> version 4.0. Prior to that, the record length of the <var class="product">Fast/Unload</var>
Line 45: Line 47:


==See also==
==See also==
[[Fast/Unload overview#WIKFUN$$topics|Fast/Unload topics]]
{{Template:Fast/Unload topic list}}

Latest revision as of 19:49, 11 March 2015

Offset Length Type Description ------- ------- ------- ------------------------- 000 2 Signed Binary Record length 002 2 Reserved Block Descriptor 004 1 Bit System indicator 005 1 Unsigned Binary SMF record type 006 4 Signed Binary Time in 1/100ths seconds since midnight 010 4 Packed Date (00YYDDDF) 014 4 Character System ID 018 8 Character Job ID 026 10 Character Originating Model 204 userid 036 10 Character Originating Model 204 account name 046 1 Character Fast/Unload record type 'U' Unload record 'I' Index Unload record 'C' Compile record 047 5 Reserved 052 4 Signed Binary SOUL Interface request number 056 4 Signed Binary Return code Times are in milliseconds 060 4 Signed Binary Real time used (total job time) 064 4 Signed Binary Wait for CPU time 068 4 Signed Binary CPU Time 072 4 Signed Binary Base buffer wait time 076 4 Signed Binary Extension buffer wait time 080 4 Signed Binary Output buffer wait time 084 4 Signed Binary Report buffer wait time 088 4 Signed Binary Input buffer wait time 092 4 Signed Binary Open wait time 096 4 Signed Binary PST wait time 100 4 Signed Binary Maximum 24-bit storage used 104 4 Signed Binary Maximum 31-bit storage used 108 4 Signed Binary Number of base buffer reads 112 4 Signed Binary Number of base buffer waits 116 4 Signed Binary Number of extension pgs in base buffer 120 4 Signed Binary Number of extension pgs in exten pool 124 4 Signed Binary Number of extension buffer reads 128 4 Signed Binary Number of Longstring items required 132 4 Signed Binary Storage used for occurrence pointer arrays

Note: The statistics for "Number of base buffer reads" through "Number of extension buffer reads" are new in Fast/Unload version 4.0. Prior to that, the record length of the Fast/Unload SMF records was 105 bytes.

See also