AddaByte    Programmers' Script Repository
Free and low cost software.
spacer
Find out about our beautiful fractal backgrounds at abm-enterprises


Newsletter Signup
Name
Email
 

  DB2 Procedures - Create Procedure
 


Save up to 75% on software

Drive Clone

the best name in hosting


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
  download this file
 
 
  Comments
no comments
 
  Add your comment
 Email  
 Subject  
 Comment  
 Verification code:

 
    All comments are screened by the admin prior to being posted
     
 
  Contacts
  Report Abuse