The DFHCSDUP MIGRATE command

Transfer the contents of a DCT, an RCT, a TCT, or a TST, from a CICS® load library to the CSD file.

Read syntax diagramSkip visual syntax diagramMIGRATE syntax
 
>>-MIgrate--TAble(tablename)--+----------------------------+---->
                              '-TYpesgroup(typesgroupname)-'
 
>--+--------------------+--------------------------------------><
   '-TOGROUP(groupname)-'
 

Description

The contents of a table are transferred as one group, or as a set of several groups, containing definitions. When migrating large tables, make sure you allocate a sufficiently large region for the largest table to be loaded.

Options

TAble(tablename)
specifies the name in the load library of the table you want to migrate (that is, DFHDCTxx, DFHFCTxx, or DFHTCTxx).
TOgroup(groupname)
specifies the name of the group to which the definitions are to be migrated. This is for use with DCT migration only.
TYpesgroup(typesgroupname)
specifies the name of the group to which the TYPETERM definitions are to be migrated. For use with TCT migration only.

Back to full list of commands: Resource management utility DFHCSDUP commands

[[ Contents Previous Page | Next Page Index ]]