Is SETPARM your own stored procedure? I have never heard of "SETPARM" in TSQL.
It's possible manually, of course.
You could probably script out all stored procedures as ALTER scripts, & then do a find an replace on "AS\r\n" (assuming none have trailing spaces before the CRLF or continue other statements on the same line as the AS)