Previous Topic: Operand ExplanationsNext Topic: Delete Applications


Example 1: Copying an Application Definition

A systems administrator is adding two new applications to the applications characteristics table named ACT01. The administrator wants the new APPLIDs (CICS07 and CICS08) to have the same values as an existing APPLID (CICS01). The administrator executes the following statement in a batch job:

COPY ACTAPPL ACT01 CICS01 TO (ACT01 CICS07 ACT01 CICS08)

When the COPY statement is executed, CICS07 and CICS08 are added to the ACT01 applications characteristics table. Their characteristics are the same as those for CICS01.