CLOSE
- Last UpdatedOct 05, 2023
- 1 minute read
Purpose
To discontinue access of the current Surface datastore.
Syntax
CLOSE < /SAVE < $F > ! /NOSAVE >
Description
Discontinues access of the current working datastore to enable the user to access a different datastore or create a new model. The work done in the working datastore since the Last Save function, can be saved to the existing datastore or a specified new datastore or else deleted.
Command Qualifiers
|
/SAVE < $F > |
Save the contents of the working datastore to the existing datastore. $F specifies the name of a new datastore to which the contents of the working datastore should be saved. |
|
/NOSAVE |
Specifies that the contents of the working datastore are to be deleted. |