Adds a folder to the Project Tree.
specifies the UUID or the SAS Model Manager repository path of the parent folder.
NewFolderId=&folderId
was
set in the macro call for the parent folder, then you can specify ParentId=&folderId
in
the subfolder macro call.
//ModelManagerDefaultRepo/MMRoot/
//ModelManagerDefaultRepo/MMRoot/folder-name/
Restriction | A folder can be added only to the MMRoot node or a folder in the Project Tree. |
specified the name of the folder. The name can contain letters, spaces, the underscore ( _ ), the hyphen ( - ), and the period ( . ).
specifies a variable that is used to identify the new folder.
NewFolderId=folderId
,
then you can use ParentId=&folderId
in
the %mdlmgr_AddProject( )
macro.