how add procedures into OpenEdge

select * from SYSPROCEDURES
will show list of procedures, how to view these procedure's syntax

If write procedures into DB, like stored procedures in MSSQL, how to do in OpenEdge 10.1?
 
sorry reply, i can add procedure now, but after call procedure
=== SQL Exception 1 ===
SQLState=HY000
ErrorCode=-210022
[DataDirect][OpenEdge JDBC Driver][OpenEdge] Failed during dynamic load of Java
dynamic library. Reason = [126]The specified module could not be found.
[jvm].
SQLExplorer>
 
Back
Top