specifies the name of an existing SAS library that stores a backup of the SASMACR catalogs.
YES
. This argument
is required if the DORESTORE option is set to Yes
.
specifies the name of the IT data mart. The macro will clean up all the private code in this IT data mart.
specifies the password to use in authenticating the user ID to the metadata server.
specifies the name of the metadata server.
specifies the user ID that is to access the metadata server.
specifies whether to perform a backup of the SASMACR catalogs before they are cleaned.
YES
.
specifies whether to delete the unused private macros from the data mart libraries. A report that indicates the results of the process is generated.
No
.
specifies whether to create a report that shows the private macros that are found in the IT data mart libraries. It also shows which private macros are in use in deployed jobs.
Yes
.
specifies whether to
restore the data from the backup made during a previous run of the
macro. If doRestore is set to Yes
,
only the BACKUPLOCATION option is required. No other functions are
performed and all other options are ignored.
No
.
specifies the port of the metadata server.
8561
.
%rmdelpvt( backupLocation=c:\rmdelpvt_backup, dataMart=my IT Data Mart, doBackup=YES, doDelete=YES, doReport=YES, metaPass=myPassword, metaPort=8561, metaServer=myServer, metaUser=myUserid );