MOVE FOLDERS command
See the following article for more information:
The MOVE FOLDERS command allows you to move a number of subfolders by path to a new location under the current folder.
If the destination path does not exist, it is then created.
MOVE FOLDERS label_list TO ("path"|HERE)
Disambiguate
If a dataset already exists in the target folder, you must disambiguate the dataset name when using Crunch Automation. This adds a number in parentheses at the end of the dataset name (e.g., My Dataset (1)).
Views cannot be renamed. In the event of a conflicting view name, an error will occur when running this command.
MOVE DATASET <dataset function list> TO "path" DISAMBIGUATE;
Example
MOVE FOLDERS "A|B", "C|D" TO HERE;
MOVE FOLDERS "Q|W", "A|S|D|F" TO "Destination";