AST - com.strumenta.sas.ast.other
com.strumenta.sas.ast.other
Statements
ByStatementClass
BY statement, that can appear in various PROCedures and in the DATA step.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| specifications | BySpecification |
Used In
ClassStatementClass
Super Classes
CommentClass
DatasetsChangeStatementClass
A CHANGE statement in a PROC DATASETS section.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| from | Identifier |
| to | Identifier |
DatasetsCopyStatementClass
A COPY statement in a PROC DATASETS section.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| in | String |
| options | CopyOption |
| out | String |
DatasetsCreateIndexStatementClass
A CREATE INDEX statement in a PROC DATASETS section.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
DatasetsDeleteStatementClass
A DELETE statement in a PROC DATASETS section.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| dataset | DatasetSpec |
DatasetsModifyStatementClass
A MODIFY statement in a PROC DATASETS section.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
DatasetsRenameStatementClass
A RENAME statement in a PROC DATASETS section.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| from | Identifier |
| to | Identifier |
DatasetsSelectStatementClass
A SELECT statement in a PROC DATASETS section.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
DatasetsStatementClass (Abstract)
FilenameStatementClass
A FILENAME statement. See https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000211297.htm and https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/hosto390/n06xm17q99z0x6n1tskpswfrgp27.htm
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| accessMethod | String |
| externalFile | ExpressionA |
| fileref | Identifier |
| options | FileOption |
IdStatementClass
Super Classes
LibraryNameStatementClass
A LIBNAME statement.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| all | Boolean |
| clear | Boolean |
| library | Identifier |
| list | Boolean |
| options | OptionStatement |
| specifications | LibrarySpecification |
ODSStatementClass
Super Classes
OptionStatementClass
A single option in an [OPTION statement] [OptionsStatement] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| values | ExpressionA |
Used In
OptionsStatementClass
OtherEmptyStatementClass
PerformanceOptionClass
An option for a [PERFORMANCE statement] [PerformanceStatement.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
| value | Integer |
Used In
PerformanceStatementClass
PERFORMANCE statement, only valid in PROC TMODEL. http://documentation.sas.com/doc/it/pgmsascdc/9.4_3.4/etsug/etsug_tmodel_syntax08.htm
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| options | PerformanceOption |
QuitStatementClass
RunStatementClass
TitleStatementClass
A TITLE statement. http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000220968.htm
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| expression | ExpressionA |
| line | Integer |
TransposeIdStatementClass
An ID statement for [PROC TRANSPOSE] [TransposeProcedure.statements] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| tid | Identifier |
VarStatementClass
Super Classes
WhereStatementClass
Expressions
MethodCallExpressionClass
A method call (e.g. `foo.bar()`).
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| arguments | Argument |
| method | String |
| receiver | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
OtherFunctionCallExpressionClass
A function call.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| arguments | Argument |
| function | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
Classes
AppendProcedureClass
PROC APPEND.
Local Features
| Name | Type and Description |
|---|---|
| options | AppendProcedureOption |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
AppendProcedureOptionClass
An option for [PROC APPEND] [AppendProcedure.options] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
BySpecificationClass
A single element in a [BY statement] [ByStatement] .
Local Features
| Name | Type and Description |
|---|---|
| descending | Boolean |
| identifier | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
CompareProcedureClass
PROC COMPARE.
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ComputedDatasetOptionClass
A dataset option or options computed by a macro.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| computedWith | Statement |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ContentsProcedureClass
PROC CONTENTS.
Local Features
| Name | Type and Description |
|---|---|
| options | ContentsProcedureOption |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ContentsProcedureOptionClass
An option for [PROC CONTENTS] [ContentsProcedure.options] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
CopyOptionClass
An option in a COPY statement.
Local Features
| Name | Type and Description |
|---|---|
| name | String |
| value | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
DatasetOptionClass (Abstract)
A dataset option.
Super Classes
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
DatasetProcedureOptionClass (Abstract)
A PROC DATASETS option.
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
DatasetProcedureOptionFlagClass
A PROC DATASETS option which is a boolean flag (present = true, absent = false).
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
DatasetProcedureOptionGennumClass
A PROC DATASETS GENNUM option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| value | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
DatasetProcedureOptionSwitchClass
A PROC DATASETS option which can have a value (foo=bar).
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
| value | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
DatasetSpecClass
A dataset specification.
Local Features
| Name | Type and Description |
|---|---|
| computedWith | ASTNode |
| library | String |
| name | ASTNode |
| options | DatasetOptionA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
DatasetsProcedureClass
A PROC DATASETS section.
Local Features
| Name | Type and Description |
|---|---|
| options | DatasetProcedureOptionA |
| statements | DatasetsStatementA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
DeleteProcedureClass
PROC DELETE.
Local Features
| Name | Type and Description |
|---|---|
| dataFile | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
DropDatasetOptionClass
A DROP dataset option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| variables | VariableListA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ExpandConvertStatementClass
A CONVERT statement for [PROC EXPAND] [ExpandProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| newName | Identifier |
| variable | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ExpandIdStatementClass
An ID statement for [PROC EXPAND] [ExpandProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| name | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ExpandProcedureClass
PROC EXPAND.
Local Features
| Name | Type and Description |
|---|---|
| options | ExpandProcedureOption |
| statements | ASTNode |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ExpandProcedureOptionClass
An option for [PROC EXPAND] [ExpandProcedure.options] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | ExpressionA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
ExportProcedureClass
PROC EXPORT.
Local Features
| Name | Type and Description |
|---|---|
| dataset | DatasetSpec |
| dbms | Identifier |
| label | Boolean |
| outFile | ExpressionA |
| outTable | ExpressionA |
| replace | Boolean |
| statements | ExportStatement |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ExportStatementClass
An export statement for [PROC EXPORT] [ExportProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | ExpressionA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
ExtendObsCounterDatasetOptionClass
An EXTENDOBSCOUNTER dataset option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| extend | Boolean |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
FileOptionClass
A file option.
Local Features
| Name | Type and Description |
|---|---|
| expression | ExpressionA |
| identifier | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
FormatProcedureClass
PROC FORMAT.
Local Features
| Name | Type and Description |
|---|---|
| options | FormatProcedureOption |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
FormatProcedureOptionClass
An option for [PROC FORMAT] [FormatProcedure.options] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | ExpressionA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
FreqProcedureClass
PROC FREQ.
Local Features
| Name | Type and Description |
|---|---|
| options | FreqProcedureOptionA |
| statements | ASTNode |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
FreqProcedureOptionClass (Abstract)
An option for [PROC FREQ] [FreqProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
FreqProcedureOptionDatasetClass
A dataset option for [PROC FREQ] [FreqProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| value | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
| name | Identifier |
FreqProcedureOptionVariableClass
A variable option for [PROC FREQ] [FreqProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| variable | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
| name | Identifier |
FreqProcedureTableOptionClass
An option in a TABLE statement for [PROC FREQ] [FreqProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
FreqProcedureTableStatementClass
A TABLE statement for [PROC FREQ] [FreqProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| options | FreqProcedureTableOption |
| table | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
FreqProcedureTablesStatementClass
A TABLES statement for [PROC FREQ] [FreqProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| options | Identifier |
| tables | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
GenNumDatasetOptionClass
A GENNUM dataset option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| value | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
GenericDatasetOptionClass
Generic dataset option that's either a flag (value == null) or a parameter (value != null).
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
| value | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
HttpOptionClass
An option for [PROC IMPORT] [ImportProcedure.options] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | ExpressionA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
HttpProcedureClass
PROC HTTP.
Local Features
| Name | Type and Description |
|---|---|
| options | HttpOption |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ImportOptionClass
An option for [PROC IMPORT] [ImportProcedure.options] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
ImportOptionDatasetClass
A dataset option for [PROC IMPORT] [ImportProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| dataset | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
| name | Identifier |
ImportOptionStringClass
A string option for [PROC IMPORT] [ImportProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| value | SASStringA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
| name | Identifier |
ImportProcedureClass
PROC IMPORT.
Local Features
| Name | Type and Description |
|---|---|
| options | ImportOption |
| statements | ImportStatement |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ImportStatementClass
A statement for [PROC IMPORT] [ImportProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | ASTNode |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
InDatasetOptionClass
An IN dataset option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| variables | VariableListA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
IndexDatasetOptionClass
An INDEX dataset option, see https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000131138.htm.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
| variables | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
KeepDatasetOptionClass
A KEEP dataset option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| variables | VariableListA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
LabelDatasetOptionClass
A LABEL dataset option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| label | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
LibrarySpecificationClass
A single library specification in a [LIBNAME statement] [LibraryNameStatement] .
Local Features
| Name | Type and Description |
|---|---|
| name | SASStringA |
| reference | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
MeansProcedureClass
PROC MEANS.
Local Features
| Name | Type and Description |
|---|---|
| statements | Statement |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ModelDataOptionClass
A dataset option for [PROC MODEL] [ModelProcedure.options] and [PROC TMODEL] [TModelProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| datasetName | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ModelNoPrintOptionClass
A NOPRINT option for [PROC MODEL] [ModelProcedure.options] and [PROC TMODEL] [TModelProcedure.options] .
Super Classes
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
ModelOptionClass (Abstract)
An option for [PROC MODEL] [ModelProcedure.options] and [PROC TMODEL] [TModelProcedure.options] .
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
ModelProcedureClass
PROC MODEL.
Local Features
| Name | Type and Description |
|---|---|
| options | ModelOptionA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
PrintToProcedureClass
PROC PRINTTO.
Local Features
| Name | Type and Description |
|---|---|
| options | PrintToProcedureOptionA |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
PrintToProcedureOptionClass (Abstract)
An option for [PROC PRINTTO] [PrintToProcedure.options] .
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
PrintToProcedureOptionFlagClass
An option for [PROC PRINTTO] [PrintToProcedure.options] that can only be present or absent.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
PrintToProcedureOptionSwitchClass
An option for [PROC PRINTTO] [PrintToProcedure.options] that has an associated value.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
| stringValue | String |
| variableValue | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
RenameClass
A single rename specification in a RENAME dataset option.
Local Features
| Name | Type and Description |
|---|---|
| from | String |
| to | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
RenameDatasetOptionClass
A RENAME dataset option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| renames | Rename |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
SGPlotProcedureClass
PROC SGPLOT.
Local Features
| Name | Type and Description |
|---|---|
| statements | ASTNode |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
SortProcedureClass
PROC SORT.
Local Features
| Name | Type and Description |
|---|---|
| options | SortProcedureOptionA |
| statements | ASTNode |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
SortProcedureDataOptionClass
A DATA option for [PROC SORT] [SortProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| dataset | DatasetSpec |
| datasetFile | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
SortProcedureOptionClass (Abstract)
An option for [PROC SORT] [SortProcedure.options] .
Super Classes
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
SortProcedureOptionFlagClass
An option for [PROC SORT] [SortProcedure.options] that can only be present or absent.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
SortProcedureOptionSwitchClass
An option for [PROC SORT] [SortProcedure.options] that has an associated value.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | String |
| stringValue | String |
| value | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
SortProcedureOutOptionClass
An OUT option for [PROC SORT] [SortProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| dataset | DatasetSpec |
| datasetFile | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
SortProcedureSizeOptionClass
A SORTSIZE option for [PROC SORT] [SortProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| memorySpec | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
SummaryProcedureClass
PROC SUMMARY.
Local Features
| Name | Type and Description |
|---|---|
| statements | Statement |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
TModelProcedureClass
PROC TMODEL.
Local Features
| Name | Type and Description |
|---|---|
| options | ModelOptionA |
| statements | ASTNode |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
TimeseriesIdStatementClass
An ID statement for [PROC TIMESERIES] [TimeseriesProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| interval | Identifier |
| ptid | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
TimeseriesProcedureClass
PROC TIMESERIES.
Local Features
| Name | Type and Description |
|---|---|
| options | TimeseriesProcedureOptionA |
| statements | ASTNode |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
TimeseriesProcedureOptionClass (Abstract)
An option for [PROC TIMESERIES] [TimeseriesProcedure.options] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
TimeseriesProcedureOptionDatasetClass
A dataset option for [PROC TIMESERIES] [TimeseriesProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| value | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
| name | Identifier |
TimeseriesProcedureOptionValuesClass
A values option for [PROC TIMESERIES] [TimeseriesProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| values | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
| name | Identifier |
TimeseriesVarOptionClass
An option for the [VAR statement] [TimeseriesVarStatement] for [PROC TIMESERIES] [TimeseriesProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Used In
TimeseriesVarStatementClass
A VAR statement for [PROC TIMESERIES] [TimeseriesProcedure.statements] .
Local Features
| Name | Type and Description |
|---|---|
| cross | Boolean |
| options | TimeseriesVarOption |
| variables | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
TransposeProcedureClass
PROC TRANSPOSE.
Local Features
| Name | Type and Description |
|---|---|
| options | TransposeProcedureOptionA |
| statements | ASTNode |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
TransposeProcedureOptionClass (Abstract)
An option for [PROC TRANSPOSE] [TransposeProcedure.options] .
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
Subclasses
Used In
TransposeProcedureOptionDatasetClass
A dataset option for [PROC TRANSPOSE] [TransposeProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | DatasetSpec |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
TransposeProcedureOptionFlagClass
An option for [PROC TRANSPOSE] [TransposeProcedure.options] that can only be present or absent.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
TransposeProcedureOptionStringClass
A string option for [PROC TRANSPOSE] [TransposeProcedure.options] .
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| name | Identifier |
| value | String |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |
WhereDatasetOptionClass
A WHERE dataset option.
Super Classes
Local Features
| Name | Type and Description |
|---|---|
| condition | Expression |
Inherited Features
| Name | Type and Description |
|---|---|
| position | Position |
| origin | Origin |
| destination | Destination |