Re: AS400 triggering

2003-10-01 Thread Jonas Nyberg
The runmqtrm use an asynchronous way of starting the
application program. It submitt the program as a batch
job.

/Jonas
-Original Message-
From: Rick Tsujimoto [EMAIL PROTECTED]
To: [EMAIL PROTECTED] 
Date: Tue, 30 Sep 2003 10:39:06 -0400
Subject: Re: AS400 triggering

Jonas,

I'm not an AS/400 type, but in our AS/400 MQ environment we use RUNMQTRM to
trigger our applications.  We specify the application in the APPLICID and
the parms passed to the program in User Data.  Is this synchronous or
asynchronous?



   
  Jonas Nyberg 
  [EMAIL PROTECTED] To:  [EMAIL PROTECTED]
  ME.SE   cc:   
  Sent by: Subject: Re: AS400 triggering
  MQSeries List
  [EMAIL PROTECTED] 
  en.AC.AT
   
   
  09/30/2003 10:08 
  AM   
  Please respond   
  to MQSeries List 
   
   



Hi Emile,

This is a reply I posted on the listserv 6 month ago.

You can trigger in two different ways on the AS/400.
1. Use the amqserv4 program. This will do a syncrounous
call to the application program.
2. Use the amqstrg4 program. This will submit a job
that will call your application program. You can ´
control the settings in the submitted job using the
envrdata. E.g ENVRDATA(JOB(MYJOB)) will submit a job
with the name MYJOB.

You execute the trigger monitor programs from a CL
program that is started as a batch job in the AS/400.
The triggering will then work as on any other environment.

Jonas Nyberg
Electrolux IT Solutions - Sweden


-Original Message-
From: Emile Kearns [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 30 Sep 2003 08:59:27 +0200
Subject: AS400 triggering

Hi all,



A client of mine is trying to use AS400 triggering, can anyone please tell
me what is needed on the AS400 for triggering.

I know how to set up triggering on most of the other platforms but AS400 is
new to me.

What is needed in addition to normal triggering tasks?



Thanx

Emile Kearns






Any views expressed in this message are those of the individual sender, and
T-Systems South Africa (Pty) Ltd accepts no liability therefore, except
where the sender specifically states them to be those of T-Systems South
Africa (Pty) Ltd.  Although this message has been scanned for the possible
presence of computer viruses prior to despatch, T-Systems South Africa
(Pty) Ltd cannot be held responsible for any viruses or other material
transmitted with, or as part of, this message.

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


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

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


Re: AS400 triggering

2003-10-01 Thread Rick Tsujimoto
That's what I was hoping for.  Whew.



   
  Jonas Nyberg 
  [EMAIL PROTECTED] To:  [EMAIL PROTECTED]
  ME.SE   cc:   
  Sent by: Subject: Re: AS400 triggering
  MQSeries List
  [EMAIL PROTECTED] 
  en.AC.AT
   
   
  10/01/2003 05:13 
  AM   
  Please respond   
  to MQSeries List 
   
   



The runmqtrm use an asynchronous way of starting the
application program. It submitt the program as a batch
job.

/Jonas
-Original Message-
From: Rick Tsujimoto [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 30 Sep 2003 10:39:06 -0400
Subject: Re: AS400 triggering

Jonas,

I'm not an AS/400 type, but in our AS/400 MQ environment we use RUNMQTRM to
trigger our applications.  We specify the application in the APPLICID and
the parms passed to the program in User Data.  Is this synchronous or
asynchronous?




  Jonas Nyberg
  [EMAIL PROTECTED] To:
[EMAIL PROTECTED]
  ME.SE   cc:
  Sent by: Subject: Re: AS400
triggering
  MQSeries List
  [EMAIL PROTECTED]
  en.AC.AT


  09/30/2003 10:08
  AM
  Please respond
  to MQSeries List





Hi Emile,

This is a reply I posted on the listserv 6 month ago.

You can trigger in two different ways on the AS/400.
1. Use the amqserv4 program. This will do a syncrounous
call to the application program.
2. Use the amqstrg4 program. This will submit a job
that will call your application program. You can ´
control the settings in the submitted job using the
envrdata. E.g ENVRDATA(JOB(MYJOB)) will submit a job
with the name MYJOB.

You execute the trigger monitor programs from a CL
program that is started as a batch job in the AS/400.
The triggering will then work as on any other environment.

Jonas Nyberg
Electrolux IT Solutions - Sweden


-Original Message-
From: Emile Kearns [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 30 Sep 2003 08:59:27 +0200
Subject: AS400 triggering

Hi all,



A client of mine is trying to use AS400 triggering, can anyone please tell
me what is needed on the AS400 for triggering.

I know how to set up triggering on most of the other platforms but AS400 is
new to me.

What is needed in addition to normal triggering tasks?



Thanx

Emile Kearns






Any views expressed in this message are those of the individual sender, and
T-Systems South Africa (Pty) Ltd accepts no liability therefore, except
where the sender specifically states them to be those of T-Systems South
Africa (Pty) Ltd.  Although this message has been scanned for the possible
presence of computer viruses prior to despatch, T-Systems South Africa
(Pty) Ltd cannot be held responsible for any viruses or other material
transmitted with, or as part of, this message.

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


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

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


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


AS400 triggering

2003-09-30 Thread Emile Kearns








Hi all,



A client of mine is trying to use AS400 triggering, can
anyone please tell me what is needed on the AS400 for triggering.

I know how to set up triggering on most of the other platforms
but AS400 is new to me.

What is needed in addition to normal triggering tasks?



Thanx

Emile
 Kearns








Any views expressed in this message are those of the
individual sender, and T-Systems South Africa (Pty) Ltd accepts no liability
therefore, except where the sender specifically states them to be those of
T-Systems South Africa (Pty) Ltd. Although this message has been scanned
for the possible presence of computer viruses prior to despatch, T-Systems South
Africa (Pty) Ltd cannot be held responsible for any viruses or other material
transmitted with, or as part of, this message.





Re: AS400 triggering

2003-09-30 Thread Jonas Nyberg
Hi Emile,

This is a reply I posted on the listserv 6 month ago.

You can trigger in two different ways on the AS/400.
1. Use the amqserv4 program. This will do a syncrounous
call to the application program.
2. Use the amqstrg4 program. This will submit a job 
that will call your application program. You can ´
control the settings in the submitted job using the
envrdata. E.g ENVRDATA(JOB(MYJOB)) will submit a job
with the name MYJOB.

You execute the trigger monitor programs from a CL
program that is started as a batch job in the AS/400.
The triggering will then work as on any other environment.

Jonas Nyberg
Electrolux IT Solutions - Sweden


-Original Message-
From: Emile Kearns [EMAIL PROTECTED]
To: [EMAIL PROTECTED] 
Date: Tue, 30 Sep 2003 08:59:27 +0200
Subject: AS400 triggering

Hi all,



A client of mine is trying to use AS400 triggering, can anyone please tell
me what is needed on the AS400 for triggering.

I know how to set up triggering on most of the other platforms but AS400 is
new to me.

What is needed in addition to normal triggering tasks?



Thanx

Emile Kearns






Any views expressed in this message are those of the individual sender, and T-Systems 
South Africa (Pty) Ltd accepts no liability therefore, except where the sender 
specifically states them to be those of T-Systems South Africa (Pty) Ltd.  Although 
this message has been scanned for the possible presence of computer viruses prior to 
despatch, T-Systems South Africa (Pty) Ltd cannot be held responsible for any viruses 
or other material transmitted with, or as part of, this message.

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


Re: AS400 triggering

2003-09-30 Thread Rick Tsujimoto
Jonas,

I'm not an AS/400 type, but in our AS/400 MQ environment we use RUNMQTRM to
trigger our applications.  We specify the application in the APPLICID and
the parms passed to the program in User Data.  Is this synchronous or
asynchronous?



   
  Jonas Nyberg 
  [EMAIL PROTECTED] To:  [EMAIL PROTECTED]
  ME.SE   cc:   
  Sent by: Subject: Re: AS400 triggering
  MQSeries List
  [EMAIL PROTECTED] 
  en.AC.AT
   
   
  09/30/2003 10:08 
  AM   
  Please respond   
  to MQSeries List 
   
   



Hi Emile,

This is a reply I posted on the listserv 6 month ago.

You can trigger in two different ways on the AS/400.
1. Use the amqserv4 program. This will do a syncrounous
call to the application program.
2. Use the amqstrg4 program. This will submit a job
that will call your application program. You can ´
control the settings in the submitted job using the
envrdata. E.g ENVRDATA(JOB(MYJOB)) will submit a job
with the name MYJOB.

You execute the trigger monitor programs from a CL
program that is started as a batch job in the AS/400.
The triggering will then work as on any other environment.

Jonas Nyberg
Electrolux IT Solutions - Sweden


-Original Message-
From: Emile Kearns [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 30 Sep 2003 08:59:27 +0200
Subject: AS400 triggering

Hi all,



A client of mine is trying to use AS400 triggering, can anyone please tell
me what is needed on the AS400 for triggering.

I know how to set up triggering on most of the other platforms but AS400 is
new to me.

What is needed in addition to normal triggering tasks?



Thanx

Emile Kearns






Any views expressed in this message are those of the individual sender, and
T-Systems South Africa (Pty) Ltd accepts no liability therefore, except
where the sender specifically states them to be those of T-Systems South
Africa (Pty) Ltd.  Although this message has been scanned for the possible
presence of computer viruses prior to despatch, T-Systems South Africa
(Pty) Ltd cannot be held responsible for any viruses or other material
transmitted with, or as part of, this message.

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


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