Archives of the TeradataForum
Message Posted: Tue, 15 Jul 2003 @ 19:17:11 GMT
Subj: | | Re: FASTLOAD - NOTIFY EXIT question |
|
From: | | David Hagan |
Actually - Unix and C. I am on an AIX machine. I copied the C function example from the teradata manual, built it into a shared library.
Then I added the NOTIFY EXIT syntax to my fastload script and everything works great.
Now I want to add the optioanl text to the NOTIFY EXIT statement in my fastload script, so that I can pass my own string to the exit
routine.
I want to know how to change the parameters defined in the exit routine (or the struct of parms) so that I can refernce this string.
|