The INFOMAPS Procedure |
MOVE FOLDER "folder-name"
NEW_LOCATION="new-folder-location" </CREATE> <LOCATION="current-folder-location">; |
Required Arguments |
specifies the name of the folder to move.
specifies the new location for the folder.
specifies that the named folder or location is created automatically if it does not already exist.
Option |
specifies the current location of the folder to move. If you do not specify a location, then the default is the root folder location.
Example |
/* Move the "myCompany" folder from the */ /* "NC" folder to the "CA" folder. */ move folder "myCompany" location="/State/NC" new_location="/State/CA";
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.