Submit the PREFIX statement with PROC METALIB. If any new metadata objects are defined, the metadata name (the Name= attribute) begins with the specified prefix.
proc metalib; omr (library="mylibrary"); prefix="November30"; report; run;