autoVars Statement

Added: build 149

Purpose

Specifies if and where automatic variables should be created for the FileWrapper. Automatic variables are useful diagnostic variables that are automatically created for a FileWrapper.

Applicability

The autoVars statement is a stand-alone line in the FileWrapper file, usually specified immediately following the header information.

Additional Information

The variables that are created include:

Syntax

autoVars: <value=true|false> [group=name]

Arguments

NameDescription

value If true, indicates that automatic variables should be created. Default is false.

Options

NameDescription

group The group in which the automatic variables should be stored. The default it to store the variables at the root level. If value = false, this value is ignored.

Example

The user would like to use automatic variables, but would like them stored in a group named "system"
autoVars: true group=system
The user does not want automatic variables to be created:
autoVars: false

See also Analysis Server | FileWrapper | FileWrapper Statements