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

Invoke IMS DC commands through stored procedure


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jaishus

New User


Joined: 20 Jul 2007
Posts: 9
Location: Bangalore

PostPosted: Sun Jan 06, 2008 2:34 pm
Reply with quote

Hi,

The requirement is to use a .net webservice to invoke a mainframe cobol program and execute the program as a stored procedure in DB2 work load manager.

And, the cobol program should execute IMS DC commands. Any idea on this?

Thanks.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Tue Jan 22, 2008 5:28 am
Reply with quote

What is the BUSINESS need for this? We begin here and then get down to the technical. What do you want to do?

ibmmainframes.com/viewtopic.php?t=26538
Back to top
View user's profile Send private message
jaishus

New User


Joined: 20 Jul 2007
Posts: 9
Location: Bangalore

PostPosted: Thu Jan 24, 2008 8:52 am
Reply with quote

Requirement is to give access to stop/start IMS transactions/databases using a webservice (URL). The webservice in turn will execute the IMS commands. Not sure if we need a cobol program to be executed here. The bottom line is to execute a set of IMS DC transactions in background without the user logging into mainframes.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu Jan 24, 2008 4:49 pm
Reply with quote

In the sticky where to find info about IMS follow the first link and search for SPOC in order to explore further.......
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Tue May 13, 2008 2:58 am
Reply with quote

Have not tried it, but should work...

* web application runs CGI program in REXX.
* CGI program executes REXX SPOC API to issue operator commands
* REXX SPOC API issues the QUEUE TRAN command.

Alternatively, you can just submit a batch SPOC job that issues the QUEUE TRAN command. Batch SPOC is new in IMS V10
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Invoke stored procedure via batch JCL. DB2 2
No new posts Console Commands All Other Mainframe Topics 4
No new posts Calling COBOL DB2 program from a COBO... COBOL Programming 2
No new posts commands missing in JESMSGLG JCL & VSAM 3
No new posts Cond parameter and Rc code of a proce... JCL & VSAM 5
Search our Forums:

Back to Top