To Define the Active Entity

Key in: ACTIVE ENTITY <SQL_INSERT_statement>

AE=<SQL_INSERT_statement>

SQL_INSERT_statement specifies the contents of the row that is to be established as the Active Entity. The statement must specify a table in mscatalog and provide a list of column names and values. For example:

AE=INSERT INTO pumps (cost, vendor) VALUES (25.45, 'Gould')