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
|
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
|
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 |
(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> |