> Hi,
>
[quoted text clipped - 7 lines]
>
> Lew
I believe that is the large cursor package that DB2 uses. Don't worry about
any packages that start with 'SYS'.
The Boss - 01 May 2008 00:10 GMT
>> Hi,
>>
[quoted text clipped - 10 lines]
> I believe that is the large cursor package that DB2 uses. Don't worry
> about any packages that start with 'SYS'.
Actually it is one of the _small_ cursor packages (65 sections in v8),
namely the one using WITH HOLD cursors with isolation level CS.
The naming convention for these packages for dynamic SQL can be found here:
http://www-1.ibm.com/support/docview.wss?uid=swg21115245

Signature
Jeroen
The Boss - 01 May 2008 00:22 GMT
>> Hi,
>>
[quoted text clipped - 10 lines]
> I believe that is the large cursor package that DB2 uses. Don't worry
> about any packages that start with 'SYS'.
Actually it is one of the _small_ cursor packages (65 sections in v8),
namely the one using WITH HOLD cursors with isolation level CS.
The naming convention for these packages for dynamic SQL can be found here:
http://www-1.ibm.com/support/docview.wss?uid=swg21115245

Signature
Jeroen
The Boss - 01 May 2008 00:25 GMT
>>> Hi,
>>>
[quoted text clipped - 15 lines]
> The naming convention for these packages for dynamic SQL can be found
> here: http://www-1.ibm.com/support/docview.wss?uid=swg21115245
Similar info can be found in the Info Center.
For v8:
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.
udb.doc/ad/r0007866.htm
For v9:
http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.
udb.apdv.cli.doc/doc/r0007866.htm

Signature
Jeroen
Lew - 01 May 2008 15:33 GMT
Thanks for all the info. Still the question remains as to why I don't
see the package statement/section information in syscat.statements.
Mark A - 02 May 2008 02:42 GMT
> Thanks for all the info. Still the question remains as to why I don't
> see the package statement/section information in syscat.statements.
You have way too much time on your hands. Those packages are for internal
DB2 use.