Adds a folder to the model repository.
specifies the UUID or the model 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 Projects category. |
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.
specifies a description of the folder.
specifies whether to supply verbose trace messages to the SAS log.
Default | Off |