472,958 Members | 2,599 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

Stored procedures in SYSPROC schema

Are stored procedures in SYSPROC schema documented and supportedd? I am
particularly intersted in the procedure SYSPROC.DB2LOAD which seems to
be a SQL wrapper to the db2 load API. If that is true, my SQL stored
procedures could benefit from having LOAD API accessibility without
need to write a C stored proc to call it.
Forgot to mention... I found it in DB2 V8.1.8 AIX and Linux after I
upgraded from V8.1.4.

Regards,
-Eugene

Nov 12 '05 #1
3 4163
<ef******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
Are stored procedures in SYSPROC schema documented and supportedd? I am
particularly intersted in the procedure SYSPROC.DB2LOAD which seems to
be a SQL wrapper to the db2 load API. If that is true, my SQL stored
procedures could benefit from having LOAD API accessibility without
need to write a C stored proc to call it.
Forgot to mention... I found it in DB2 V8.1.8 AIX and Linux after I
upgraded from V8.1.4.

Regards,
-Eugene

Check out the Administrative API Reference and see if that is what you are
looking for.
Nov 12 '05 #2
You are referring to the DB2 admin C API ref, whereas I am seeking the
description for stored procs in SYSPROC schema that seem to be a
wrappers around some admin API calls.

-Eugene

Nov 12 '05 #3
ef******@gmail.com wrote:
You are referring to the DB2 admin C API ref, whereas I am seeking the
description for stored procs in SYSPROC schema that seem to be a
wrappers around some admin API calls.

-Eugene

I don't think there is any harm in using it. Just be aware that the
signature may be changed in a future release.
When you taek a look at V8.2.2 (FP9)
you will find a generic admin procedure which shows teh direction where
DB2 is going for these:
http://publib.boulder.ibm.com/infoce...n/r0012547.htm

Supported now are:
# DESCRIBE
# EXPORT
# PRUNE HISTORY/LOGFILE
# REORG INDEXES/TABLE
# RUNSTATS
# UPDATE DATABASE CONFIGURATION

Cheers
Serge
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Chris | last post by:
Hello everyone I want to call a DB2 7.2 stored procedure via ADO in VC++ 7.1 It has 4 parameters, the 1st and the 4th are OUTPUT and the others are INPUT params. My code looks like this:...
1
by: DB_2 | last post by:
Hello, I created the following stored procedure. (Please ignore the logic in it; at this point it is not complete and I am trying to get the basic structure working first.) CREATE PROCEDURE...
11
by: jw56578 | last post by:
what is a common method, if any, to retrieve stored query information from Access. MDAC does not support OleDbSchemaGuid.Procedure_Columns. I need stored procedure name and paramter information,...
1
by: Noor | last post by:
Hi all I need to generate xml schmea for a stored procedures to use with crystal reports tell me any quick and easy method. thanks
28
by: mooreit | last post by:
The purpose for my questions is accessing these technologies from applications. I develop both applications and databases. Working with Microsoft C#.NET and Microsoft SQL Server 2000 Production and...
4
by: nishi57 | last post by:
I hope I can get some help regarding this issue, which has been going on for a while. I have a desktop user who is having problem running "Stored Procedures". The DB2 Connect application works fine...
5
by: Pedro Vera | last post by:
I am helping somebody setup one of the asp.net starter kits. I converted it from sql express to sql server with no real issues, and I got it running local perfectly. On my first attempt to run...
5
by: PJackson | last post by:
I have a number of SQL PL stored procedures (DB2 UDB 8.2 on Windows) that were created in the DB2 Development Center. From there I can run them just fine. When I use another tool (WinSQL) and...
11
by: peter | last post by:
I am trying to get a SQL stored procedure to use user maintained MQT implicitly which raises questions on when they are used or not used. In theory you would expect the stored procedure to pick up...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.