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

IMS DB with REXX


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

New User


Joined: 25 Aug 2010
Posts: 23
Location: Pune, India

PostPosted: Wed Jan 18, 2012 12:12 pm
Reply with quote

I wanted to know the IMS version which allows working with REXX. Currently, I have IMS 8, which does not support REXX. What should be the minimum version for this??
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jan 18, 2012 1:07 pm
Reply with quote

odd that You could not anything by searching
googling for IMS REXX returned this description of the first link
Quote:
IMS V10 - System programming APIs - REXX samples and examples
publib.boulder.ibm.com/infocenter/...ims10.../ie0c1rex1056257.htmSample REXX SPOC program. The following figure contains a sample REXX program that issues the IMS operator command /DIS TRAN PART and displays the ...


to check the IBM manuals about it
start from
www-03.ibm.com/systems/z/os/zos/bkserv/index.html
proceed to
www-03.ibm.com/systems/z/os/zos/bkserv/zapplsbooks.html
and to
www-03.ibm.com/systems/z/os/zos/bkserv/zappls2.html

where You can search the IMS bookshelves Yourself
given the description I found for You, You will have to check only the version 9 manuals
Back to top
View user's profile Send private message
Abhishek Saurabh

New User


Joined: 25 Aug 2010
Posts: 23
Location: Pune, India

PostPosted: Wed Jan 18, 2012 1:16 pm
Reply with quote

Thanks for the reply..
I did search the net for this, and I got information regarding IMS 11 & IMS 10. Only thing that I was not sure about was that which version it starts from.. My MF admin was also not sure about that, hence this post..
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Wed Jan 18, 2012 6:23 pm
Reply with quote

Rexx SPOC is comparatively new, but REXXTDLI and REXXIMS (application programming interfaces used to access IMS data bases and message queues) have been around since at least the early 1990s.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Thu Jan 19, 2012 12:09 am
Reply with quote

Quote:
Currently, I have IMS 8, which does not support REXX.


It is odd that you should say that... can you explain what does not work?
Back to top
View user's profile Send private message
Abhishek Saurabh

New User


Joined: 25 Aug 2010
Posts: 23
Location: Pune, India

PostPosted: Thu Jan 19, 2012 10:00 am
Reply with quote

Well, I am sorry for my limited exploration in this regard.
Recently, I tried to establish connection with IMS and perform some basic operations, but could not do that.... May be I didn't do correctly.
I contacted my admin for assistance, in case I require some settings, that is when he told it's IMS 8, & we may not be able to work with REXX. Probably, he was talking specifically about our installation....
I think I should go through the manuals in detail & try again. However, any specific/general guldelines to have a good start will be helpful.

PS: I have experience of working in REXX, but not much with IMS DB.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Fri Jan 20, 2012 10:16 pm
Reply with quote

Repeating:
Quote:
can you explain what does not work?

"I tried to connect." is not sufficient for us to provide much assistance. Perhaps provide your rexx program if it is not very long.

Quote:
PS: I have experience of working in REXX, but not much with IMS DB.


What are you trying to do? The REXX SPOC has not much to do with IMS DB. The REXX SPOC has to do with issuing IMS operator commands for automation purposes.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Fri Jan 20, 2012 10:34 pm
Reply with quote

Quote:
Probably, he was talking specifically about our installation....


If you are trying to use the REXX SPOC, you should know that there is some work required to enable it. You cannot decide on your own to start issuing IMS operator commands. There needs to be some amount of planning, configuring, and administration.

There are additional started tasks that need to be configured and started. You need the Operations Manager (OM), and Common Service Layer (CSL) started tasks.

You need OM, CSL, and IMS to be configured to specify the same IMSplex name in their startup parameters. Also, the rexx program needs to also specify the same IMSplex name.

And you probably need RACF permission to use the IMS loadlib and further RACF permissions to issue operator commands.

In V10, the manual to read is "System Definition Guide", but I think it had a different title in V8.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Fri Jan 20, 2012 10:41 pm
Reply with quote

Enrico provide some links to the book server, but the book server seems to have changed and now seems awkward to use.

Try this:
publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp

fyi, I noticed this there:
Quote:
IBM® discontinued support for IMS™ Version 8 on November 5, 2008.

Though, there is a link to the discontinued manuals.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top