Yes, that is one of the nice things about having the SAS code. It is easier to recreate the formats if you need to on another system. My original issue was that the format catalog was created on a 32 bit Wiindows system and I have 64 bit, so I ended up going to a different machine to create a transport file. Not awful, but PROC FORMAT code would have been easier. Here is a tech support note that explains that approach: 22194 - How to use the CNTLOUT= and CNTLIN= options in PROC FORMAT to move formats from one platform to another
... View more