specifies the first path to use as the source file system location from which tables will be combined.
specifies the path to use as the target file system location to which the new table will be written.
specifies what type of target to create.
DATA | Specify DATA to create
a SAS data table. This is the default value for this option.
|
VIEW | Specify VIEW to create
an SQL view.
|
specifies additional paths to use as the source file system location from which tables will be combined.
ROOT=C:\TEMP\new
,
and the SAS library containing target tables for the specified job
is currently C:\users\myid\datamart\stg938
,
then the new location would be created at C:\TEMP\new\stg938
.
ROOT=/tmp/myid/new
,
and the SAS library containing target tables for the specified job
is currently /u/myid/datamart/stg938
,
then the new location would be created at /tmp/myid/new/stg938
.
ROOT=MYID.NEW
,
and the SAS library containing target tables for the specified job
is currently MYID.OLD.DM.STG938
, then
the new location would be created at MYID.NEW.STG938
.
specifies the complete metadata path, including the job name, to an existing job that contains one or more SAS IT Resource Management transformations. This argument must be specified completely.
/My Folder/Subfolder/MyJob
.
specifies the new path root to use in constructing the new names. If the user-specified root location does not exist, the %RMMKLIKE macro creates it.
C:\public\newLocation
/tmp/newLocation
MYGRP.NEWLOC.
specifies the password to use for authenticating the user ID to the metadata server. Do not enclose the value for this parameter in quotation marks.
specifies the port to use in accessing the metadata server, in numeric (integer) format. Do not enclose the value for this parameter in quotation marks.
specifies the name
of the repository in which to look for the specified job. The default
value for this parameter is Foundation
.
Do not enclose the value for this parameter in quotation marks.
specifies the domain name of the metadata server in TCP/IP format. Do not enclose the value for this parameter in quotation marks.
specifies the user ID to use in accessing the metadata server. Do not enclose the value for this parameter in quotation marks.