Using asp and accessing DB2 on an OS/390 computer, we've had great success with Cobol stored procedures. However, we find that we can't use ADO paging on recordsets returned from a Cobol stored procedure. The error we get says that "bookmarking" is not supported, when the asp tries to set AbsolutePage. We CAN use ADO paging when the recordset is returned from sql embedded in the ASP code. Has anyone experienced a similar problem? We're on Version 6 of DB2.