Creating an Empty Stored Procedure

To create a stored procedure with an empty body, this is the easiest way:
CREATE PROC <procedure name> AS
GO
EXEC <procedure_name