Case sensitivity
The following rules apply when you specify a parameter:
- Parameter names are not case sensitive.
- The values of fixed parameters are not case sensitive.
- The patterns
to be searched for in
the parent job log are case sensitive. To override this behavior,
specify IS_CASE_SENSITIVE_i=NO, where i represents the
current subcondition index. For example, for the following parameter:
PATTERN_2=some text
you switch the case sensitive pattern search by specifying this additional parameter:
IS_CASE_SENSITIVE_2=NO
If you are searching for two patterns within the same row, this parameter affects both of them.
- The parameter separators required to define the branch job are case sensitive. You must specify the separators in uppercase letters, otherwise they are not read and the default values are used.