Using logical operators in SELECT filters
The following example shows the use of complex SELECT filters. They search for LUOWs in which the transaction name LOCLTRAN was input from OTMA except those from TPIPEs that begin with the value FRED.
ANALYZE
SLDS=(TME.RIP.LUI.IMSV9.SLDSPL15.P1,R141)
SLDS=(TME.RIP.LUI.IMSV9.SLDSPL15.P2,R141)
INTERVAL START=FIRST STOP=LAST
FILTER
CONT=DATA
SELECT=(01DEST=LOCLTRAN AND TPIPE NOT=FRED*)
END
SLDS=(TME.RIP.LUI.IMSV9.SLDSPL15.P1,R141)
SLDS=(TME.RIP.LUI.IMSV9.SLDSPL15.P2,R141)
INTERVAL START=FIRST STOP=LAST
FILTER
CONT=DATA
SELECT=(01DEST=LOCLTRAN AND TPIPE NOT=FRED*)
END
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*