Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in DB2 only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
DB2
how to call a stored procedure with no parameters into another procedure
how to call a stored procedure with no parameters into another procedure
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
vishnu27
New Member
Join Date:
Oct 2014
Posts:
2
#1
how to call a stored procedure with no parameters into another procedure
Oct 29 '14, 08:54 PM
how to call a stored procedure with no parameters into another procedure.
Anas Mosaad
New Member
Join Date:
Jan 2013
Posts:
185
#2
Nov 10 '14, 06:31 AM
If you are using SQL PL use the call statement. Here's a pseudo code example
Code:
create or replace procedure my_parent_proc ... ... call child_proce(params); ...
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment