Fast/Unload SMF record format: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (more conversion cleanup)
Line 18: Line 18:
                                 'C' Compile record
                                 'C' Compile record
047    3      Reserved
047    3      Reserved
050    4      Signed Binary    User Language Interface request number
050    4      Signed Binary    SOUL Interface request number
054    4      Signed Binary    Return code
054    4      Signed Binary    Return code
                                 Times are in milliseconds
                                 Times are in milliseconds
Line 39: Line 39:
122    4      Signed Binary    Number of extension buffer reads
122    4      Signed Binary    Number of extension buffer reads
</nowiki></p>
</nowiki></p>
<blockquote 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
"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>
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>
SMF records was 105 bytes.
SMF records was 105 bytes.
</blockquote>
</p>
 
==See also==
==See also==
[[Fast/Unload overview#WIKFUN$$topics|Fast/Unload topics]]
[[Fast/Unload overview#WIKFUN$$topics|Fast/Unload topics]]

Revision as of 18:54, 23 February 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 <var class="product">Fast/Unload</var> record type 'U' Unload record 'I' Index Unload record 'C' Compile record 047 3 Reserved 050 4 Signed Binary SOUL Interface request number 054 4 Signed Binary Return code Times are in milliseconds 058 4 Signed Binary Real time used (total job time) 062 4 Signed Binary Wait for CPU time 066 4 Signed Binary CPU Time 070 4 Signed Binary Base buffer wait time 074 4 Signed Binary Extension buffer wait time 078 4 Signed Binary Output buffer wait time 082 4 Signed Binary Report buffer wait time 086 4 Signed Binary Input buffer wait time 090 4 Signed Binary Open wait time 094 4 Signed Binary PST wait time 098 4 Signed Binary Maximum 24-bit storage used 102 4 Signed Binary Maximum 31-bit storage used 106 4 Signed Binary Number of base buffer reads 110 4 Signed Binary Number of base buffer waits 114 4 Signed Binary Number of extension pgs in base buffer 118 4 Signed Binary Number of extension pgs in exten pool 122 4 Signed Binary Number of extension buffer reads

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

Fast/Unload topics