Previous Topic: STATESET Command—Set the State for a ResourceNext Topic: ADDRESS WTO—Issue WTO Messages


ADDRESS SQL—Create and Maintain SQL Tables

Use the ADDRESS SQL host environment to create and maintain SQL tables in the CA OPS/MVS RDF component. You invoke an SQL statement from an AOF rule or an OPS/REXX program.

ADDRESS SQL
 sqlstatement

SQL Statements:

ALTER TABLE
CLOSE
CREATE TABLE.
DECLARE CURSOR
DELETE FROM
DROP TABLE
FETCH 
INSERT
OPEN
SELECT
UPDATE

Examples: ADDRESS SQL create and update table statements