[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Calling DB2 packages from MVS



We are in the process of converting existing SQR reports from Oracle/Unix to
DB2/MVS.  SQR code to call an Orcale package looks like this:
--------------------------------------------------------------------
begin-select
....
....
pkg_prop.pval('BU' , a.BUID, 'CUNM')
&Legal_BlockName

...
...
-------------------------------------------------------------------
where "pkg_prop.pval" is the name of the package, followed by parameters.
How do I call a DB2 package when running an SQR report from MVS?

Louise Baker