AMB supports the following database calls and targets.
Database Call |
Description |
Targets |
---|---|---|
DB-CLOSE |
Close a file or cursor set. |
|
DB-COMMIT |
Perform the COMMIT function. |
|
DB-DECLARE |
Declare a cursor set. |
SQL |
DB-ERASE |
Delete a row or record. |
|
DB-FETCH |
Obtain a row from a cursor set. |
SQL |
DB-FREE |
Release file resources. |
VSAM Online |
DB-MODIFY |
Update a row or record. |
|
DB-OBTAIN |
Read a table or record. |
|
DB-OPEN |
Open a cursor set or file. |
|
DB-PROCESS |
Read a table or file and loop on it. |
|
DB-ROLLBACK |
Perform the ROLLBACK function. |
|
DB-STORE |
Add a record to the database or file. |
|
DB-SUBSCHEMA |
Include a data view in your program. |
|