Previous Topic: Operand ExplanationsNext Topic: Using Extract Files for Reporting


Example 1: Modifying an Application Definition Value

A system administrator wants to change the value for the virtual terminal type to group for application CICS07 in application characteristics table ACT01. The administrator includes the following control statement in a batch job:

UPDATE ACTAPPL (ACT01 CICS07 (ACTTYPE (GRP))) 

This statement assigns the virtual terminal type of GRP to application CICS07 in application characteristics table ACT01.