Introduction to SQL - Stored Procedure in IBM i (AS400) | yusy4code

preview_player
Показать описание
This video explains the basic concept of SQL stored procedure and how to create and execute that in IBM i (AS400) server.
Рекомендации по теме
Комментарии
Автор

Thank you for your video, your explanation is very educational and the examples are very good.

rmite
Автор

Good work Yusuf. Concepts are explained in easy language.

venkatpullalarevu
Автор

Thank You. Keep up with your passion and commitment to make these great video's

benp
Автор

Thank you Mohammed, very good and usefull

giovavalencia
Автор

Its really good for beginners. Explained it very well. Kudos!!

gamerboy
Автор

Thank you for the great video!!! I needed to refresh my knowledge on this subject and really enjoyed your video!

Svetlana
Автор

Thanks a lot for all the videos brother. Very much useful..

syedfaisal
Автор

Thank you for this interesting video Yusuf!
If I want to run the stored procedure for create a sample database from IBM DB2:

higiniofuentes
Автор

How to write a stored procedure for ibm db2 luw that contains delete commands; insert into select commands and at the end select query that returns result set

RishiLabs
Автор

Hello Yusuf, Is there a way to debug the Stored Procedures?

sbmahapatra
Автор

How to compile or save that text file to use? I too created text file in wrkmbrpdm but after created it not sure how to use as I haven't saved or compiled to make it as object. Plz help

saathana
Автор

Hello Yusuf
Can you please advise how can I check what statements are written in a stored procedure

kashifkamran
Автор

Can we use more than one field in place of empsal in select query inside cursor?

arumugaraj
Автор

Hello, where can I get a tutorial for DB2 in As400 right from basics

dreameronbike
Автор

Hey Yusuf,
Thanks a lot for the video. Can you please explain one Stored Procedure which has result set and if we can call the same SP from STRSQL ?

halkapadvin
Автор

I tried the same steps and got the result as 0.how do I debug a stored procedure.?

spv
Автор

i have following stored procedure in db2
create or replace procedure customer_p(in cids int )
RESULT SETS 1
language sql
begin
declare cursor1 cursor for
select cid from customer
where cid > cids ;
open cursor1;
end
when i call this using " call customer_p(5); "


it throwing me following error


call procedure customer_p(5)
Error report -
DB2 SQL Error: SQLCODE=-104, SQLSTATE=42601, SQLERRMC=procedure;BEGIN ;RETURN, DRIVER=4.25.13


help me solve this issue

babuganesh
Автор

Sir, could you please explain what is commitment control and importance of it. Thank you

geethikaganesula
Автор

Hi, is there something like rowid in as400 database??

chetan
Автор

any examples on remote database connection from AS400 to another database?

danieljones
join shbcf.ru