What did CA VM:DB REXX for DB2 do?
CA VM:DB REXX for DB2 provided an interface that allowed REXX programs to execute SQL statements and access DB2 data. It acted as a bridge between the REXX scripting language and the DB2 database management system, enabling developers to write REXX programs that could interact with DB2.
Was this a system, application, or tool?
CA VM:DB REXX for DB2 was middleware. It facilitated communication and data exchange between REXX applications and DB2 databases.
What types of organizations used this?
Organizations that relied on z/VM and DB2 for their mainframe applications and needed to integrate REXX scripting with DB2 data access would have used this product. These were typically large enterprises in industries like banking, finance, and insurance.
When should a company have considered CA VM:DB REXX for DB2?
Companies would have considered using CA VM:DB REXX for DB2 when they needed to develop or maintain applications that required REXX scripting to interact with DB2 databases on z/VM. It provided a way to leverage existing REXX skills for DB2 data access.
What are the alternatives to CA VM:DB REXX for DB2?
Alternatives to CA VM:DB REXX for DB2 include other REXX-DB2 interfaces or using different programming languages and database access methods. Examples include IBM Data Access Common Collector (DACC), or developing custom solutions using languages like COBOL or Java with JDBC.