Submit the procedure. The impact limit is set to zero, so any impact on Job or Transformation objects results in a "limit exceeded" entry in the output.
ods listing close; ods html body="C:\test\update.html"; proc metalib; omr (library="mydifiles"); update_rule(delete); report (type=detail); impact_limit=0; noexec; run; ods html close; ods listing;