*copyc nft$display_status_resp_codes
  TYPE
    nft$station_status_msg_param = packed record
      length_indicated: boolean,
      param: nft$station_status_parameters,
    recend;

  TYPE
    nft$station_status_parameters = (nfc$null_parameter, nfc$io_station_name, nfc$response_code,
      nfc$control_facility, nfc$number_of_files_queued, nfc$station_usage, nfc$file_acknowledgement,
      nfc$count_of_devices, nfc$device_name_status, nfc$req_console_device, nfc$io_station_alias_1,
      nfc$io_station_alias_2, nfc$io_station_alias_3, nfc$default_job_destination,
      nfc$destination_unavail_action, nfc$pm_message_action, nfc$station_status_reserved_16,
      nfc$station_status_reserved_17, nfc$station_status_reserved_18, nfc$station_status_reserved_19,
      nfc$station_status_reserved_20, nfc$station_status_reserved_21, nfc$station_status_reserved_22,
      nfc$station_status_reserved_23, nfc$station_status_reserved_24, nfc$station_status_reserved_25,
      nfc$station_status_reserved_26, nfc$station_status_reserved_27, nfc$station_status_reserved_28,
      nfc$station_status_reserved_29, nfc$station_status_reserved_30, nfc$station_status_reserved_31,
      nfc$station_status_reserved_32, nfc$station_status_reserved_33, nfc$station_status_reserved_34,
      nfc$station_status_reserved_35, nfc$station_status_reserved_36, nfc$station_status_reserved_37,
      nfc$station_status_reserved_38, nfc$station_status_reserved_39, nfc$station_status_reserved_40,
      nfc$station_status_reserved_41, nfc$station_status_reserved_42, nfc$station_status_reserved_43,
      nfc$station_status_reserved_44, nfc$station_status_reserved_45, nfc$station_status_reserved_46,
      nfc$station_status_reserved_47, nfc$station_status_reserved_48, nfc$station_status_reserved_49,
      nfc$station_status_reserved_50, nfc$station_status_reserved_51, nfc$station_status_reserved_52,
      nfc$station_status_reserved_53, nfc$station_status_reserved_54, nfc$station_status_reserved_55,
      nfc$station_status_reserved_56, nfc$station_status_reserved_57, nfc$station_status_reserved_58,
      nfc$station_status_reserved_59, nfc$station_status_reserved_60, nfc$station_status_reserved_61,
      nfc$station_status_reserved_62, nfc$station_status_reserved_63, nfc$station_status_reserved_64,
      nfc$station_status_reserved_65);

