!ERROR=202 - Incorrect Usage of BBj Language Element
!ERROR=202 results when using a BBj language element in inappropriate conditions.
Example
READY
>methodret
!ERROR=202 (METHODRET may only be called in a METHOD)
Since METHODRET was encountered outside a method definition, !ERROR=202 was generated.
Note:
There are specific cases where using a BBj language element in an inappropriate condition will generate another error, such as !ERROR=28 - Next Without For and !ERROR=66 - Program Structure.