Archives of the TeradataForum
Message Posted: Fri, 12 Nov 2004 @ 17:10:28 GMT
Subj: | | Re: New to BTEQ |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Friday, November 12, 2004 11:51 -->
Your script is the input for the EXE (FastExport) that you are executing it with. So you will not be able switch the program that executes the
script from within the script.. If you need to do this write a wrapper shell script (in UNIX) or VB Script /DOS batch file (in Windows) and call
relevant executables with a script containing their relevant script.
However for the work you are doing you need not have to use BTEQ you should be able to do all CREATE/SEL-INS/EXPORT steps right inside your
FASTEXPORT script itself..
Hope this helps
|