Migrating remote terminal definitions

Terminals for transaction routing describes three methods of defining terminals so that they can be used for transaction routing. If you use transaction routing with MRO or APPC ISC, read that section before migrating your TCT:

When you have decided which method you want to use to define transaction routing terminals, follow the appropriate migration procedure described below. How you perform the migration depends on the type of macros you have used to define your remote terminals. If you have TYPE=REMOTE entries, you may have to migrate them to become remote definitions, just as you migrate the ordinary TYPE=TERMINAL entries to become local definitions. If you have TYPE=REGION macros, you probably use copy book definitions for both local and remote entries, as shown in this example. We refer to the migration procedure for this example in the procedures below.

Table DFHTCTLA used for local system (ACIC)
DFHTCT TYPE=INITIAL,SUFFIX=LA,SYSIDNT=ACIC
  .
  .
  .
COPY COMTERMS
  .
  .
  .
DFHTCT TYPE=FINAL
Table DFHTCTRB used for remote system (BCIC)
DFHTCT TYPE=INITIAL,SUFFIX=RB,SYSIDNT=BCIC
   .
   .
   .
DFHTCT TYPE=REGION,SYSIDNT=ACIC
COPY COMTERMS
   .
   .
   .
DFHTCT TYPE=FINAL