COBCH1488 This phrase may only be specified for managed fields

The program contains a phrase that can only be specified for static or instance fields in a class program.

Resolution:

Correct the code; then recompile.

Example:

The following example contains an illegal phrase.

       class-id a.
       method-id main static.
       01 x1 pic x(10) initialize only.
       end method.
       end class.