Previous Topic: Operand ExplanationsNext Topic: Modify Application Values


Example 1: Deleting an Application Definition

A system administrator wants to delete application CICS07 from three application characteristics tables (ACT01, ACT02, and ACT03) in CA TPX. Instead of using online administration, the administrator uses the following DELETE statement:

DELETE ACTAPPL (ACT01 CICS07                    
                ACT02 CICS07                    
                ACT03 CICS07)

When the DELETE statement is executed, CICS07 is deleted from the three application characteristics tables on the administration database.