Parameters by Condition (daxch0113m000)

Use this session to list the parameters used in a condition script of an exchange scheme.

The ASCII file fields of a record to be imported or exported are not automatically defined in a condition script. To use the value of an ASCII file field you must use that field as a parameter in the condition script.

The parameter name must be the same as the ASCII file field name in the record it refers to. The data type of the parameter must also be the same as that of the ASCII file field.

Exchange Scheme

The exchange scheme code.

The exchange scheme is created in the Exchange Schemes (daxch0501m000) session.

Condition

The condition code.

The condition is defined in the Conditions (daxch0114m000) session.

Parameter

An ASCII file field that is used as a parameter in a condition script.

Note: The parameter name must be the same as the name of the ASCII file field.
Parameter Type

The data type of the parameter must be the same as that of the ASCII file field.

Note: Only the numeric or alphanumeric options are applicable for parameters.

Allowed values

Alphanumeric

All string fields and multibyte fields can be grouped as alphanumeric fields.

Numeric

All longs, doubles, or other numeric types and dates, text numbers, and so on, should be grouped as numeric fields.

Note: Define a field as numeric if it is used for making calculations in condition scripts.
Multiline Text

Special option that adds unlimited lined of text to the physical ASCII file. If the ASCII file contains actual text lines instead of a text number the corresponding ASCII file field should be of the type multiline. Multiline texts in the ASCII file are enclosed in unique character sequences like {\{ and }\}.