Quantcast
Channel: SCN : Discussion List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 5653

Procedure with unbound input parameters

$
0
0

Hi all,

I created a hdbprocedure with input parameters as follows but when I activated it, I got an error message "Procedure with unbound input parameters". What is wrong with this procedure?

 

Thanks,

Omur

 

 

PROCEDURE"SDI"."DDXS::MatchResultsSql"( IN  lv_datefromNVARCHAR(8) ,

lv_datetoNVARCHAR(8) )

LANGUAGESQLSCRIPT

SQLSECURITYINVOKER

DEFAULTSCHEMA"SDI"

--READS SQL DATA

AS

BEGIN

/*****************************

Write your procedure logic

*****************************/

CALL"SDI"."INSERTMATCHRESULTS" (lv_datefrom => :lv_datefrom,lv_dateto => :lv_dateto ) ;

 

END;


Viewing all articles
Browse latest Browse all 5653

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>