FIELDS subcommand (TCM MODEL command)
The FIELDS subcommand specifies targets and
inputs for the current fields group block. Fields group blocks are created with the
FIELDSGROUP subcommand
- All fields on the
FIELDSsubcommand, except those specified on theDIMVALUESkeyword, must be numeric. - Field lists that use the keyword
ALLinclude all numeric fields in the active dataset with the following exceptions: fields specified on theTIMEVARkeyword (on theDATASETTINGSsubcommand); fields created from theDATEcommand. - For multidimensional data, all series that are contained in each specified field are
included by default. You can specify a subset of series by specifying particular sets of
values for one or more dimension fields on the
DIMVALUESkeyword.
- TARGETS
- Specifies target fields for the current fields group block.
- INPUTS
- Specifies inputs that are considered for
inclusion in the model for each target in the current fields group block.
- Fields specified on the
INPUTSkeyword can also be specified on theTARGETSkeyword. - The model for each target automatically contains lagged values of the target itself as an input.
- Fields specified on the
- FORCE
- Specifies fields that are always included as
inputs in the model for each target in the current fields group block. Specifications on
the
FORCEkeyword override those on theINPUTSandEXCLUDEDINPUTSkeywords in the current fields group block. - EXCLUDEDTARGETS
- Specifies fields that are excluded from the
specified targets in the current fields group block. The
EXCLUDEDTARGETSkeyword is most useful whenALLorTOis used on theTARGETSkeyword. - EXCLUDEDINPUTS
- Specifies fields that are excluded from the
specified inputs in the current fields group block. The
EXCLUDEDINPUTSkeyword is most useful whenALLorTOis used on theINPUTSkeyword. - DIMVALUES
- Specifies optional lists of dimension field
values that define a subset of series for fields specified in all keywords on the current
FIELDSsubcommand. TheDIMVALUESkeyword applies only to multidimensional data.- The
INCLUDEorEXCLUDEkeyword is required. INCLUDEspecifies a list of values, from the associated dimension field, to include.EXCLUDEspecifies a list of values, from the associated dimension field, to exclude.- You can specify included or excluded values for one or more dimension fields. For
dimension fields that are not specified on
DIMVALUES, all values of the associated field are included. - Fields that are specified on the
DIMVALUESkeyword do not supportALLandTO. - String values do not need to be quoted, unless the string contains apostrophes or quotation marks. If the string contains apostrophes or single quotes, then enclose the string in double quotes. If the string contains double quotes, then enclose the string in single quotes.
- The