How to execute immediate an `execute native stmt` in a stored procedure?

The following error:

indicates that the (closing) end-of-statement character ‘;’ is missing at the end of the file.

This can be solved by adding ; to the last end statement.