EQA1920E The present block has no dynamic parent. You cannot QUALIFY RETURN.

Explanation

While you can QUALIFY to any block you cannot QUALIFY RETURN (for example, change the qualification to the block's invoker) unless there really is an invoker of that block. In this case, there is no invoker of the currently-qualified block.

Programmer response

You have either misinterpreted your current run-time environment or you have to qualify to some block explicitly.