|
|
Archives of the TeradataForum
Message Posted: Thu, 22 Jul 2010 @ 17:31:44 GMT
Subj: | | Re: OutMod for FastExport |
|
From: | | Geoffrey Rommel |
Unfortunately, I don't have an OUTMOD that does exactly what you want, although several other people have written similar routines. Searching
the archives of this forum, T. Developer Exchange, etc. will probably yield something you can use.
As for Windows, the C environment within Windows is fairly similar to that in Unix/Linux. You can use the same library calls (fwrite, printf,
getenv, etc.) and set or get environment variables as needed. You can also compile your code with a makefile rather than using the (to me)
intimidating Visual C++ GUI. Yes, the outmod has to be compiled into a DLL, but that's C++ pretty easy; you call the compiler with the "/LD"
option. There are fuller instructions in the FastExport manual.
| |