Continuation Section

If this record is filled (length exceeds 32,756 bytes), this section is present to indicate the next record is a continuation of this one.

Offsets Name Length Format Description
0 0 SMF22L99 1 binary Length of this section.
1 1 SMF22CON 1 binary Identifies next record as a continuation (this field is always 99).
Note:
  1. The following constants identify the function in SMF22FNC.
    Constant Value Description
    SMF22ACT X'01' Activate function.
    SMF22PCU X'02' Recover function.
  2. The following constants identify the entry type in SMF22ETY.
    Constant Value Description
    SMF22DEV | SMF22SDEV | SMF22DEVE X'01' Device entry.
    SMF22PCU X'02' Control unit entry.
    SMF22CH X'03' Channel path ID (CHPID) entry.
    SMF22MDEV X'04' Coupling facility device entry.
    SMF22MP X'05' Coupling facility control unit.
    SMF22LP X'06' Logical partition entry.
    Start of changeSMF22PFEnd of change Start of changeX'09'End of change Start of changePCIe functionEnd of change
  3. The following constants define SMF22ERQ when the entry type is “device” (SMF22ETY equals SMF22DEV or SMF22SDEV).
    Constant Value Description
    SMF22DDD X'01' Delete device.
    SMF22DAD X'02' Add device.
    SMF22DDH X'03' Modify to remove channel path IDs (CHPID).
    SMF22DAH X'04' Modify to add channel path IDs (CHPID).
    SMF22DDP X'05' Modify to remove CUs.
    SMF22DAP X'06' Modify to add CUs.
    SMF22DMC X'07' Modify subchannel characteristics (illegal status detection, and/or interface timeout).
    SMF22DMP X'08' Modify preferred path.
  4. The following constants define SMF22ERQ when the enty type is “control unit” (SMF22ETY equals SMF22PCU).
    Constant Value Description
    SMF22PDP X'01' Delete control unit.
    SMF22PAP X'02' Add control unit.
    SMF22PDH X'03' Modify to delete channel path IDs (CHPID).
    SMF22PAH X'04' Modify to add channel path IDs (CHPID).
    SMF22PDU X'05' Modify to delete unit address range.
    SMF22PAU X'06' Modify to add unit address range.
    SMF22PNM X'07' Modify to change the number of managed CHPIDs.
    SMF22PDM X'08' Modify to delete a managed CHPID.
    SMF22PAS X'09' Modify to delete a managed CHPID in order to add a static CHPID.
  5. The following constants define SMF22ERQ when the entry type is “CHPID” (SMF22ETY equals SMF22CH).
    Constant Value Description
    SMF22CDH X'01' Delete channel path ID (CHPID).
    SMF22CAH X'02' Add channel path ID (CHPID).
    SMF22CDI X'03' Modify to delete partitions from the channel path candidate list.
    SMF22CAI X'04' Modify to add partitions to the channel path candidate list.
  6. The following constants define SMF22ERQ when the entry type is “logical partition” (SMF22ETY equals SMF22LP).
    Constant Value Description
    SMF22LDEL X'01' Delete logical partition.
    SMF22LADD X'02' Add logical partition.
  7. Start of changeThe following constants define SMF22ERQ when the entry type is “PCIE FUNCTION” (SMF22ETY equals SMF22PF).
    Constant Value Description
    SMF22FDEL X'01' Delete PCIe function.
    SMF22FADD X'02' Add PCIe function.
    SMF22FDI X'03' Modify to delete access for one or more logical partitions to the specified PCIe function.
    SMF22FAI X'04' Modify to add access for one or more logical partitions to the specified PCIe function.
    End of change