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

REXX DB2 Proc question


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nareshkareti

New User


Joined: 22 Jul 2008
Posts: 33
Location: Chennai

PostPosted: Wed Jul 10, 2013 7:34 pm
Reply with quote

In the code mentioned in the REXX program

Code:
   PROC = 'SYSPROC.ADMIN_INFO_SYSPARM1'
   ADDRESS DSNREXX 'EXECSQL CALL ' PROC,
                              '(:SSID  :SSID_IND',
                              ',:RETCD :RETCD_IND',
                              ',:MSSG  :MSSG_IND)'


I want to know how the SP is stored in the 'SYSPROC.ADMIN_INFO_SYSPARM1. I dont think this is a dataset. so what exactly is this? I am a novice in SQL SP.. Please help
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Wed Jul 10, 2013 7:38 pm
Reply with quote

nareshkareti wrote:
Where can I see the details of the proc
PROC = 'SYSPROC.ADMIN_INFO_SYSPARM1'

I mean how the data inside the above proc is stored? icon_rolleyes.gif

In a thread that is not tagged on to a two-year-old one icon_razz.gif
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 10, 2013 7:42 pm
Reply with quote

As Akatsukami has stated, DO NOT tag unrelated questions onto a long deceased thread.

Now, answer one simple question. How the hell are we supposed to know how your site has been set up.

Have you considered asking someone in your DB2 team this question icon_rolleyes.gif
Back to top
View user's profile Send private message
nareshkareti

New User


Joined: 22 Jul 2008
Posts: 33
Location: Chennai

PostPosted: Wed Jul 10, 2013 7:47 pm
Reply with quote

Thanks for creating a new thread..
Somehoe i managed to get the REXX code to execute a proc.
Managed to write a SQL Stored procedure..
Now I dont know how to relate them and execute. Where shud I store the SQL SP and refer it in REXX?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 10, 2013 7:48 pm
Reply with quote

Ask the support / DB2 people at YOUR site
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 -> DB2

 


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