View previous topic :: View next topic |
Author |
Message |
enge Beginner
Joined: 12 Oct 2004 Posts: 78 Topics: 39
|
Posted: Thu Apr 20, 2017 8:10 am Post subject: 0 Records Loaded Into Queue |
|
|
hallo,
might someone tell me if exist a MQ parameter that triggers a task even if i haven't write any record? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu Apr 20, 2017 10:30 am Post subject: Re: 0 Records Loaded Into Queue |
|
|
enge wrote: | hallo,
might someone tell me if exist a MQ parameter that triggers a task even if i haven't write any record? |
The simple answer is NO.
what are you trying to accomplish? Test the triggered program for input null parameter list? _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
enge Beginner
Joined: 12 Oct 2004 Posts: 78 Topics: 39
|
Posted: Fri Apr 21, 2017 3:07 am Post subject: |
|
|
i mean:
open mq CALL 'MQOPEN'
if my_record_numbers = 0
CALL 'MQCLOSE'
without any CALL 'MQPUT' ... does trigger start ?
thanks in advance. |
|
Back to top |
|
|
|
|