Description of Conditional Statement Arguments - trillium_discovery - trillium_quality - 17.1

Trillium Control Center

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Trillium > Trillium Discovery
Version
17.1
Language
English
Product name
Trillium Quality and Discovery
Title
Trillium Control Center
Topic type
How Do I
Overview
Configuration
Reference
Administration
Installation
First publish date
2008

This table lists values and examples of each argument in the Conditionals settings. The arguments are listed in the order of appearance in the CONDITIONALS parameter. You must enter the arguments in this order.

Argument Description
ENTRY_ID

(REQUIRED) Specifies a block of settings in the settings file.

Values

Numeric value.

Example

<ENTRY>

<ENTRY_ID>1</ENTRY_ID>

FOR_FILES

(REQUIRED) Specifies a specific File Qualifier value that is assigned to the output entity. The CONDITION argument applies to the value given in the FOR_FILES argument.

Format

FOR_FILES <literal_value>

Values

This literal value is automatically assigned by the system when the physical entity (output entity) is defined to the process. Can be a comma-separated list of Qualifiers.

Example

<FOR_FILES>OUTPUT</FOR_FILES>

CONDITION_ENCODING

(OPTIONAL) Specifies the encoding of the CONDITION argument. The default is to use the settings file encoding argument. If this is not specified, the platform native encoding becomes the default.

Format

CONDITION_ENCODING <encoding_name>

Values

Encoding table.

Example

<CONDITION_ENCODING>UTF8</CONDITION_ENCODING>

CONDITION

(REQUIRED) Specifies a conditional statement that contains commands to perform on certain entries defined in the settings.

Format

CONDITION <IF_clause> or <SUBROUTINE>

Values

This argument takes a conditional statement.

Example

<CONDITION>SUBROUTINE

IF (PR_NAME_FORM_01 = "1")

SET NAME_SOURCE = "Standard"

ENDIF</CONDITION>