Previous Topic: Overview of TCFNext Topic: Using the UCE for Communication Under TCF


Defining a TCF Task to the DC System

To make your task eligible to run under TCF, you need to use the system generation TASK statement to define the task code that invokes your program under TCF. Include the following parameters:

For example:

TASK EMPTSKT INVOKES EMPPRG INPUT SAVE
       TCF TASK IS TCF
       PRODUCT CODE IS EMPTSK.

TCF tasks must be defined at system generation; they cannot be defined dynamically.

For more information about system generation, see CA IDMS System Generation Guide.