MFPLI00207S "variable-name" has been declared with the VARYING attribute. Only CHARACTER string variables may be declared VARYING.

The VARYING attribute is not supported for BIT strings.
Resolution:
Remove the VARYING attribute and maintain a separate variable holding the length of the BIT string currently in use.
Module:
DCLPCS.PL1