
  TYPE
    nft$ntf_get_rem_sys_opts_data = packed record
      length_indicated: boolean,
      param: nft$ntf_get_rso_data_parameters,
    recend,

    nft$ntf_get_rso_data_parameters = (nfc$null_parameter,
          nfc$ntf_remote_system_name, nfc$response_code,
          nfc$ntf_control_facility_name, nfc$ntf_protocol,
          nfc$ntf_authority_level, nfc$ntf_wait_a_bit,
          nfc$ntf_inactivity_timer, nfc$ntf_positive_acknowledge,
          nfc$ntf_default_job_destination, nfc$ntf_default_file_destin,
          nfc$ntf_store_forward_destin, nfc$ntf_logical_line_count,
          nfc$ntf_logical_line_data, nfc$ntf_batch_stream_count,
          nfc$ntf_batch_stream_names, nfc$ntf_remote_system_type,
          nfc$ntf_route_back_position, nfc$ntf_request_perm_retry,
          nfc$ntf_local_system_name, nfc$ntf_getrso_data_reserved_20,
          nfc$ntf_getrso_data_reserved_21, nfc$ntf_getrso_data_reserved_22,
          nfc$ntf_getrso_data_reserved_23, nfc$ntf_getrso_data_reserved_24,
          nfc$ntf_getrso_data_reserved_25, nfc$ntf_getrso_data_reserved_26,
          nfc$ntf_getrso_data_reserved_27, nfc$ntf_getrso_data_reserved_28,
          nfc$ntf_getrso_data_reserved_29, nfc$ntf_getrso_data_reserved_30,
          nfc$ntf_getrso_data_reserved_31, nfc$ntf_getrso_data_reserved_32,
          nfc$ntf_getrso_data_reserved_33, nfc$ntf_getrso_data_reserved_34,
          nfc$ntf_getrso_data_reserved_35, nfc$ntf_getrso_data_reserved_36,
          nfc$ntf_getrso_data_reserved_37, nfc$ntf_getrso_data_reserved_38,
          nfc$ntf_getrso_data_reserved_39, nfc$ntf_getrso_data_reserved_40,
          nfc$ntf_getrso_data_reserved_41, nfc$ntf_getrso_data_reserved_42,
          nfc$ntf_getrso_data_reserved_43, nfc$ntf_getrso_data_reserved_44,
          nfc$ntf_getrso_data_reserved_45, nfc$ntf_getrso_data_reserved_46,
          nfc$ntf_getrso_data_reserved_47, nfc$ntf_getrso_data_reserved_48,
          nfc$ntf_getrso_data_reserved_49, nfc$ntf_getrso_data_reserved_50,
          nfc$ntf_getrso_data_reserved_51, nfc$ntf_getrso_data_reserved_52,
          nfc$ntf_getrso_data_reserved_53, nfc$ntf_getrso_data_reserved_54,
          nfc$ntf_getrso_data_reserved_55, nfc$ntf_getrso_data_reserved_56,
          nfc$ntf_getrso_data_reserved_57, nfc$ntf_getrso_data_reserved_58,
          nfc$ntf_getrso_data_reserved_59, nfc$ntf_getrso_data_reserved_60,
          nfc$ntf_getrso_data_reserved_61, nfc$ntf_getrso_data_reserved_62,
          nfc$ntf_getrso_data_reserved_63, nfc$ntf_getrso_data_reserved_64,
          nfc$ntf_getrso_data_reserved_65);
