METAOPERATE Procedure

Example 6: Submitting ACTION=EMPTY

Features:

ACTION=EMPTY argument

Note: You must be an administrative user of the metadata server to perform this action.
Delete metadata records. This example removes the metadata records from the specified repository, but does not remove the repository's registration from the repository manager. The EMPTY action is useful for clearing a repository that will be repopulated.
proc metaoperate
   action=empty
   repository="MyRepos"
   noautopause;
run;