Adds a version to a project.
Note: | The Name=version-name argument
was deprecated with the release of SAS Model Manager 13.1. It is no
longer supported in SAS Model Manager 13.1 and later. If you have
migrated from a previous release the value of the version name appears
in the Description field. You must remove
this argument from your existing macro code to avoid errors. When
you use the %mdlmgr_AddProject( ) macro to create a new project, an
initial version is automatically created within the new project. In
order to add a new version to an existing project, use the %mdlmgr_AddVersion(
) macro.
|
specifies the UUID of the project for which the version is to be created.
NewProjectId=projectId
, you
can specify ParentId=&projectId
.
//ModelManagerDefaultRepo/MMRoot/folder-name/project-name
specifies a variable name that is used to identify the new version.
NewVersionId=versionId
,
then you can specify FolderId=&versionId
in
the %mdlmgr_SetProperty( )
macro.
//ModelManagerDefaultRepo/MMRoot/folder-name/project-name/version-name
specifies a description of the version.
specifies whether to supply verbose trace messages to the SAS log.
Default | Off |