008D9392 Statement is illegal for segmented string field <field- name>. Explanation: Your statement violated one of the following restrictions that apply to segmented string fields: o Do not assign values of fields or declared variables to a segmented string field. o Do not retrieve or store segmented string fields from remote domains. o Do not use segmented string fields with forms, plots, or with the DISPLAY statement. o Do not use the following operators or clauses in an RSE that refers to segmented string fields: - Relational operators, including CONTAINING, ANY, STARTING WITH, and MISSING - Boolean operators: AND, OR, NOT, BUT - SORTED BY clause - REDUCED TO clause - CROSS clause User Action: Rewrite your statement to comply with the restrictions.