VITSTR parameter

Use the VITSTR parameter to specify a hexadecimal format or character string to select VIT entries.

The following is an example:
Read syntax diagramSkip visual syntax diagram
>>-+----------------------------------+------------------------><
   '-VITSTR=--+-X'xxxxxxxxxxxxxxxx'-+-'   
              '-C'cccccccc'---------'     

X'xxxxxxxxxxxxxxxx'
Specifies a hexadecimal string with a maximum of 8 bytes. ACF/TAP selects VIT entries by scanning the trace records for this string.
C'cccccccc'
Specifies a character string with a maximum of 8 characters. ACF/TAP selects VIT entries by scanning the trace records for this string. If the string contains a single quotation mark ('), you must enter another single quotation mark immediately following the first quotation mark or ACF/TAP considers the second mark as the end of the character string. For example, DOESN'T must be entered as C'DOESN''T'. The ending quotation mark must be present, or a syntax error occurs.