Copying FDT

Is there a way to copy a FDT from a test database to a production database?

Hi tjames,
to transfer the FDT unload the file with ADAULD (NUMREC=0) and then load it again with ADALOD.
Regards,
Ursula Noll

I would try this first:

In TEST
ADAULD FILE=???,NUMREC=0

In PROD
ADALOD FILE=???

Sorry, I did not notice that Ursula already replied to your question.