Ending the triggering sample programs on i5/OS

 

A trigger monitor program can be ended by the sysrequest option 2 (ENDRQS) or by inhibiting gets from the trigger queue. If the sample trigger queue is used, the command is:

    CHGMQMQ QNAME('SYSTEM.SAMPLE.TRIGGER') MQMNAME GETENBL(*NO)

Before starting triggering again on this queue, you must enter the command:

    CHGMQMQ QNAME('SYSTEM.SAMPLE.TRIGGER') GETENBL(*YES)

 

Parent topic:

The Triggering sample programs


fg17690_