DATASET DECLARE
The DATASET commands (DATASET NAME,
DATASET ACTIVATE, DATASET DECLARE, DATASET COPY,
DATASET CLOSE) provide the ability to have multiple data sources open at the same
time and control which open data source is active at any point in the session.
DATASET DECLARE name
[WINDOW={MINIMIZED}]
{HIDDEN }
{FRONT }
This command takes effect immediately. It does not read the active dataset or execute pending transformations. See the topic Command Order for more information.
Release History
Release 14.0
- Command introduced.
Example
DATASET DECLARE corrmatrix.
REGRESSION
/DEPENDENT=var1
/METHOD=ENTER var2 to var10
/OUTFILE=CORB(corrmatrix).
DATASET ACTIVATE corrmatrix.