Previous Topic: DC301062Next Topic: DC301064


DC301063

UPDATE OF TASK <task-code> BUT TCF TASK IS INVALID

Reason:

The SYSGEN compiler has placed an update flag on a TASK record. In response to a VALIDATE/GENERATE statement, however, the SYSGEN compiler cannot update the task's object record because <task-code> has been cross-referenced previously in the data dictionary as a TCF-controlling task code and cannot be associated with another TCF TASK code. For example, the following task has been previously defined in the data dictionary:

TASK IDD
      TCF TASK IS IDDT.

The following statement would result in the above message when submitted to the SYSGEN compiler:

ADD TASK IDDT
       TCF TASK IS IDDUT.

To correct the statement shown in this example, remove the clause TCF TASK IS IDDUT; retain the period.

Module:

RHDCGNP2

Severity:

0