Following the CTRANLOG command I would to limit the number of transactions displayed with a lot of criteria
The SELECT command seems not supported BOOLEAN expressions.
How to chain SELECT command to limit the display ?
You could chain the select command with using the connector.
The valid values are : AND or &
OR or !
If the SELECT command parameter begins with a connector,
then the new parameters are added to the previously active
selection parameters.
Sample SELECT following the CTRANLOG command:
SELECT TRAN EQ CWTO enter
SELECT AND JOBNAME EQ CICSJOB enter
SELECT AND TERM EQ T001 OR TERM EQ T003