Profile

Contact Details

BCP, Banco de Credito del Peru

Roberto Chirinos

BCP, Banco de Credito del Peru

Contributions

1 to 2 of 2 total
Posted By Roberto Chirinos Thu March 09, 2023 03:58 PM
Found In Group: Db2 for z/OS on IBM Z Blogs
How useful is to use Db2 Stored Procedures for z/OS?/DSNACICS Most Stored Procedures expose Db2 objects like Db2 table information. But what about information stored in VSAM files? Some data centers still use these resilient files to store their business data. According to IBM'PDFs you can use ...
Posted By Roberto Chirinos Mon January 30, 2023 04:31 PM
Found In Group: Db2 for z/OS on IBM Z Blogs
How useful is to use Db2 Stored Procedures for z/OS?. I don't know yet. First, we know there are two types of Stored Procedures: Internal and External . Internal Stored Procedures are written in SQL PL and run in DBM1 Address Space whereas External Stored Procedures are written in a high level ...