|
|
| Author |
Message |
jaishus
New User
Joined: 20 Jul 2007 Posts: 7 Location: Bangalore
|
|
|
|
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 |
|
 |
References
|
Posted: Sun Jan 06, 2008 2:34 pm Post subject: Re: Invoke IMS DC commands through stored procedure |
 |
|
|
 |
Sandy Zimmer
Senior Member
Joined: 13 Jun 2007 Posts: 418 Location: Wilmington, DE
|
|
| Back to top |
|
 |
jaishus
New User
Joined: 20 Jul 2007 Posts: 7 Location: Bangalore
|
|
|
|
| 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 |
|
 |
Bitneuker
IMS Moderator
Joined: 07 Nov 2005 Posts: 1143 Location: The Netherlands at Hole 19
|
|
|
|
| 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 |
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 399 Location: work
|
|
|
|
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 |
|
 |
|
|