Information

This site will undergo maintenance on Friday, 26 September at 2:00 AM CDT / 12:30 PM IST and may experience a short period of instability during that time.

Substrings


Substrings are portions of a character string.

They are selected by specifying a numeric range enclosed in parentheses such as

(start-n:length-n)

where

(start-n:length-n) is an expression that specifies a count of alphanumeric characters from the beginning of a string and a length:

start-n specifies the start of the substring as indicated by n, which is the number of alphanumeric characters from the beginning of a string or referenced field.

length-n specifies the number of alphanumeric characters for the substring as indicated by n. This is the length of the substring.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Monitor for CICS 7.4