| The DQSCHEME Procedure |
| Tips: |
|
| See also: | Transform Data with Schemes. |
|
PROC
DQSCHEME <DATA=input-data-set> <BFD | NOBFD> <OUT=output-data-set>; <CREATE options;> <APPLY options;> <CONVERT options;> |
The DQSCHEME procedure offers the following options:
specifying BFD indicates that all Blue Fusion Data that are created or applied in the current procedure step are in BFD format. Specifying NOBFD indicates that all schemes are in SAS format. The default value is BFD.
Schemes in BFD format can be
applied but not created.
The DQSCHEME procedure can create and apply schemes in either format. Schemes in BFD format can be edited using the feature-rich graphical user interface of the dfPower Studio software from DataFlux (a SAS company).
Note:
In schemes using SAS format, data set labels are used to store meta
options (see Meta Options).
Therefore, you should not specify data set labels in scheme data sets that
are stored in SAS format. If you do specify data set labels in scheme data
sets, you overwrite the scheme metadata.
identifies the SAS data set from which one or more schemes are built, when you use the CREATE statement. When you use the APPLY statement to apply existing schemes, the DATA= option specifies the data set against which the schemes are applied.
The default data set is the most recently created data set in the current SAS session.
specifies the name of the output data set. If the specified data set does not exist, it is created by the DQSCHEME procedure.
If you use one or more APPLY statements, you must use the OUT= option to specify the name of the output data set. Results are written to the output data set after all schemes have been applied. If you specify OUT= without any APPLY statements, an empty output data set is created.
| Default: | the default output data set is the input data set. |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.