When running an export:
export to css.ixf of ixf select css_id, service, client_id, site_id,
css_label, css_abbr, sos_flag, city, state, 'N', 'N' from
userid.css_defn
It returns an error: SQL27984W Some information has not been saved to
the PC/IXF file during Export. This file will not be supported in
Import CREATE mode. Reason code="7".
Reason code 7 states: 7 Action strings other than 'SELECT * FROM
<TABLE-NAME>' are not supported.
Is this related to the data? Because we have run this statement in
the past without this error.
Comment