SAS IT Resource Management
Transformation Type
|
Items Backed Up
|
---|---|
Staging transformation
|
Data duplication control
information for this transformation
|
Staged data (if requested)
|
|
Deployed job code (if
available)
|
|
Aggregation transformation
|
Aggregation data tables
for this transformation
|
Aggregation status tables
for this transformation
|
|
Percentile class and
foreign key mapping tables for this transformation
|
|
Percentile data tables
for this transformation
|
|
Stored compiled macro
(“SAS IT Resource Management private code”) for this
transformation
|
|
Deployed job code, if
available
|
specifies the libref of the already assigned library that is used for the content being backed up. This libref must refer to a library that has already been assigned.
specifies the password to use in authenticating the user ID to the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the port of the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the name of the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the user ID that can access the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the metadata ID of the SAS IT Resource Management transformation that you want to back up. To find this value, perform the following steps:
specifies the name
of the metadata repository. The default for this option is Foundation
.
specifies whether to
back up the staged data, if the transformation being backed up is
a staging transformation. The default for this option is N
.
specifies name of the
macro variable to contain the return code. The default for this option
is RC
.
specifies the path and file where you want to save the restored deployed job.
specifies the libref of the library used for the content being restored. This libref must refer to a library that has already been assigned.
specifies the password to use in authenticating the user ID to the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the port of the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the name of the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the user ID that accesses the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the metadata ID of the SAS IT Resource Management transformation that you want to restore.
LIBNAME mybkup 'c:\mybackup' access=readonly; %rm_restore(jobcode=my-jobcode-location, lib=mybkup, metaPassword=my-password, metaPort=8561, metaRepository=MYFOUNDATION, metaServer=my-server, metaUser=my-userID, transformid=A5HHVOMR.BV00019I, /* metdata ID of the transformation */ _rc=my-return-code );