The INFOMAPS Procedure |
UPDATE DATASOURCE "data-source-ID"
<NAME="data-source-name"> <DESCRIPTION="descriptive-text"> <ID="new-data-source-ID">; |
Required Argument |
specifies the ID of the data source to update.
Options |
specifies a new name for the data source. When you change the name, you create a logical representation of the physical data source. You are not duplicating any physical data.
specifies the description of the data source.
specifies the new ID for the data source.
Example |
update datasource "Customer" name="Customer_US" description="Customers from the US";
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.