DIDs created in the ITP/SDK for iSeries version 2.1 can be copied into the ITP/SDK for iSeries version 3.5 database through the command COPYDID.
The following example copies the DID XYZ and all associated DID Sources from database version 2.1 to database version 3.5:
ITPPGM35/COPYDID
FROMDID(XYZ)
TODIDLIB(ITPSRC35)
FROMSRCLIB(ITPSRC21)
TOSRCLIB(ITPSRC35)
REPLACEDB(*ADD)
REPLACEDID(*REPLACE)