Previous Topic: Dropping a SynonymNext Topic: Controlling Access Through SQL Statements


Manipulating Data in SQL Tables

In the Interactive SQL Service Facility, you can use the following SQL Data Manipulation Language (DML) statements to insert, update, or delete data in SQL tables in the production database. See How to Submit SQL Statements.

You can also perform the transaction level operations with the following Data Manipulation Language commands.

Note: The COMMIT WORK and ROLLBACK WORK commands can be placed in a source member to be executed, if necessary. A COMMIT WORK command is implied, in CICS, by a transaction boundary (that is to say, from EXECUTE to display of results is a single transaction). A ROLLBACK WORK is implied, in all environments, by a negative SQL return code (in the format -nnn) on any SQL statement in the member being executed.