COBCH1958 An external floating point item is not allowed in the SCREEN SECTION with USING or TO

A screen section item with the USING or TO clause cannot be declared as external floating point.

You must correct or remove the declaration.

       01 ws-item      comp-2 value 1.
       screen section.
       01 screen-group.
         02 line 1.
         02 line plus 1 pic +9.9(14)e+99 using ws-item.  *> remove or amend this item