Start of change

Db2 data for SMF record type 1154 (X'482') - z/OS compliance evidence

SMF record type 1154 records information about the security configuration for z/OS products. Db2 contributes compliance evidence data through subtype 81 records.

Each SMF 1154 record contains the following sections:

SMF 1154 subtype 81 self-defining section

Table 1. Db2 profile section (triplet section)
Offset (decimal) Offset (hex) Name Length Format Description
0 X'00 SMF1154_81_TRN 2 Binary Number of triplets (set to 1)
2 X'02' SMF1154_81_Rsvd 2 Binary Reserved (set to 0)
4 X'04' SMF1154_81_S1_Offset 4 Binary Offset from the start of the record to the Db2 Data01 section
8 X'08' SMF1154_81_S1_Length 2 Binary Length of the Db2 Data01 section
10 X'0A' SMF1154_81_S1_Number 2 Binary Number of Db2 Data01 sections (set to 1)

Db2 Data01 section

Table 2. DB2Data01 section
Offset (decimal) Offset (hex) Name Length Format Description
0 X'00' SMF1154_81_Db2EYE 4 EBCDIC Eyecatcher ('Db2 ')
4 X'04' SMF1154_81_Db2SSName 4 EBCDIC Db2 subsystem name
8 X'08' SMF1154_81_DEFID 8 EBCDIC Installation-specified default ID
16 X'10' SMF1154_81_SECPORT 1 EBCDIC Secure port configuration:
'N'
Not secure
'O'
Off
'S'
Secure
17 X'11' SMF1154_81_SYSAUTH 1 EBCDIC Whether authorization is enabled:
'D'
Disabled
'E'
Enabled
18 X'12' SMF1154_81_ADMACC 1 EBCDIC Type of administrative authority that is granted to users:
'I'
Invalid
'N'
Not secure
'R'
RACF®
'S'
Secure
19 X'13' SMF1154_81_USRAUTH 1 EBCDIC Type of secure credentials for remote connections:
'I'
Invalid
'N'
Not secure
'O'
Off
'S'
Secure
20 X'14' SMF1154_81_IDLESESSION 2 Binary Maximum allowed idle time for an active server thread, in seconds
22 X'16' SMF1154_81_RACFSYNC 1 EBCDIC Whether RACF user access changes are reflected in Db2:
'A'
All changes are reflected.
'N'
No changes are reflected.
23 X'17' SMF1154_81_Db2_Rsvd 1 Binary Reserved
End of change