Global Definition Set Checks : (C7129) Subroutines with illegal local variables type

(C7129) Subroutines with illegal local variables type

Error In:
Correctness
Description:
A local variable is defined as a user-defined type (UDT), which is a queue or an array (of any dimension) of a queue.
Example:
subroutine F1
STR_QUEUE1, type of local variable LV1, defined as queue
 
 
Erroneous Elements:
Subroutines