Archives of the TeradataForum
Message Posted: Mon, 05 Dec 2005 @ 10:09:40 GMT
Subj: | | Re: Reusing INMODS |
|
From: | | McCall, Glenn David |
I can't comment about your specific environment, but I have a couple of outmods that run on both unix and windows. Outmods are the basically
the same as inmods except they are used with export utilities - i.e. fastexport.
The vast majority of the code is identical. Some calls - noteably file i/o calls are slightly different between Windows and Unix. Typically
this can be handled by #ifdef and #defines.
We were aware of this up front and as such minimised the number locations where there were code differences.
Hope this helps
Glenn Mc
|