      TYPE
        cmt$foreign_equipment_error_log = RECORD
               pp_response: iot$pp_response,
               channel: iot$channel_number,
               equipment: cmt$physical_equipment_number,
               logical_unit: iot$logical_unit,
               symptom_code: 0 .. 0ffff(16),
               unit_type: iot$unit_type,
               logical_operation: integer,
               controller_type: iot$controller_number,
               display_message: boolean,
               physical_unit: iot$physical_unit_number,
               failure_severity: 0 .. 0ff(16),
               detailed_status: iot$detailed_status,
                                          RECEND;

?? PUSH (LISTEXT := ON) ??
*copyc iot$pp_response
*copyc iot$channel_number
*copyc cmt$physical_equipment_number
*copyc iot$logical_unit
*copyc iot$unit_type
*copyc iot$pp_interface_table
?? POP ??
