Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Interpreting Data Object Broker SMF Records : Standard Header

Standard Header
The first 42 bytes of all Data Object Broker SMF records is a standard header, as shown in the following illustration:

 
OFFSET FIELDNAME FORMAT DESCRIPTION
-------- ---------- ------ ------------------------------------
0 0 XXXXLEN H Record length including r.d.w. (42)
2 2 XXXXSEG XL2 VBS segment descriptor
4 4 XXXXFLG X System indicator
5 5 XXXXRTY B Record type number (SMFRECORD parm)
6 6 XXXXTME BL4 Record time sec/100
10 A XXXXDTE PL4 Record date in hexadecimal format 0CYYDDDFa
14 E XXXXSID CL4 System ID
18 12 XXXXSSI CL4 Subsystem ID (S6B)b
22 16 XXXXSTY H Subtype number
24 18 XXXXHVR XL2 OSB VERSION.RELEASE X'VVRR'
26 1A XXXXJBN CL8 Data Object Broker JOB/STC/TSU name
34 22 XXXXRST BL4 Reader start time sec/100
38 26 XXXXRSD PL4 Reader start date X’0CYYDDDF’

 
a Date in packed format when the record was moved into the SMF buffer. The format 0cyydddF is comprised as follows: the first digit, "0", is a literal; "c" indicates the century, where 0 means 19xx, 1 means 20xx, 2 means 21xx, and so on; "yy" are the final two digits of the year, ranging from 0-99; "ddd" is the day of the year, ranging from 1-366, and "F" is a sign value to make the entire field a valid packed number.
b Value can be modified via USERMOD for compatibility with the older releases in which the value was HRN.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved