IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Triggering a batch job using MQ series


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
toufeeq83

New User


Joined: 27 Jun 2007
Posts: 3
Location: Hyderabad

PostPosted: Mon Feb 08, 2010 3:48 am
Reply with quote

Hi All,

I have the following design requirements to be met.

We have a on-request batch job which updates the records in the database. This batch job uses a file which we manually edit and run the job currently.

Now we have requirement to automate this process. I am novice to MQ series. So I am not sure whether this can be implemented.

Someone suggested the web will pass on the file information to the message queue and then messages will trigger the job. Need your expert advice on getting this implemented or any other design that will suit the current functionality. Thank you!

Thanks!
Toufeeq
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon Feb 08, 2010 4:01 am
Reply with quote

Have you checked with your scheduling people for the ways that the scheduling program can be triggered?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Feb 08, 2010 5:39 am
Reply with quote

Hello and welcome to the forum,

Will the file continue to be edited manually or is the editing to be moved off of the mainframe?

Most scheduling software can be set up to trigger a job on the arrival/creation of a dataset.
Back to top
View user's profile Send private message
toufeeq83

New User


Joined: 27 Jun 2007
Posts: 3
Location: Hyderabad

PostPosted: Mon Feb 08, 2010 8:43 am
Reply with quote

I haven't checked with the scheduling people for the program to be triggered, which I will do next.

The editing of the dataset has to be moved off the mainframe as part of automating the process and should be handled by web.

Does web can edit the dataset that the batch job (COBOL-DB2) uses? What are the different scheduling softwares available that support the triggering of this job?

Thanks!
Toufeeq
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Feb 08, 2010 8:50 am
Reply with quote

Hello,

Your scheduling people can tell you which is in use on your mainframe. Typically, only 1 is installed . . .

I'm not sure how moving the editing to a different editor automates the process. . . icon_confused.gif
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Tue Feb 09, 2010 8:31 am
Reply with quote

MQ can be configured to start a task when a message arrives. This requires a "trigger monitor" that can be activated by the Queue Manager. We purchased a trigger monitor program from a vendor. The program issued an MVS START command for a started task that submitted JCL.
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Tue Feb 09, 2010 11:50 am
Reply with quote

Quote:
The editing of the dataset has to be moved off the mainframe as part of automating the process and should be handled by web.

It looks that you are editing this data at web(or outside mainframe) and sending it to mainframe.

We have several such functionalities. We use MQ series and Q2F adapter. Q2F adapter converts queue messanges and catalogs it into dataset. Corrosponding jobs are scheduled as Dataset triggered through scheduling software (CA7 in my case).
Back to top
View user's profile Send private message
toufeeq83

New User


Joined: 27 Jun 2007
Posts: 3
Location: Hyderabad

PostPosted: Sat Feb 13, 2010 6:18 am
Reply with quote

Thanks all for all your inputs.

I am trying to understand which scheduling software is installed on our mainframe to trigger the batch job.

Will keep you posted.

Thanks!
Toufeeq
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
No new posts File Aid Batch IBM Tools 7
Search our Forums:

Back to Top