Archives of the TeradataForum
Message Posted: Thu, 27 Feb 2003 @ 19:58:50 GMT
Subj: | | Re: How do I get values into a BTEQ script w/o an IMPORT file? |
|
From: | | Michael Larkins |
Hi Sam:
As for passing values one time, I think you will find one way to accomplish what you are asking about, is to pass the values to a macro.
Then, the macro can execute your SQL and other macros to use or pass along the same values.
That is the upside. The flip side is that all your SQL and other macros become serial in their execution from this single macro.
Hope this at least gives you some ideas. Regards, Mike
|