To run a macro, use the EXECUTE statement.
For example, the following statement uses the NewEmp macro to insert a name, employee number, and department number into the Employee table and update the Department table.
EXECUTE NewEmp ('Goldsmith H', 10015, 600);