CREATE PROCEDURE ASPE3AUD()
RESULT SETS 1
LANGUAGE SQL
READS SQL DATA
BEGIN
DECLARE c1 CURSOR WITH RETURN FOR
SELECT PLCTRL, PLMPOG, PLYEAR,
PLPER, PLWEEK, PLPOGEF
FROM PLNCAL
ORDER BY PLCTRL;
OPEN c1;
SET RESULT SETS CURSOR c1;
END
What does it do?
no description given
Features
Added by
Added
Downloads
Rating
Popularity
rpgivpgmr
11:11:50 AM Thursday, January 22nd 2009
7
not rated
About the file
Size
Download
Rate It
332 KB
Comments
Add your comment
Email
Subject
Comment
Verification code:
All comments are screened by the admin prior to being posted