>Display all channels for a QM except for the channels beginning with
>SYSTEM*?

>channel =="SYS*"
>Gives me channels only beginning with SYS.

>What filter command will exclude channels beginning with SYS?

I would use !(channel == "SYS*") but (channel == "SYS*")=0 would also work.

Cheers,
P.

Paul G Clarke
WebSphere MQ Development
IBM Hursley

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to