Archives of the TeradataForum
Message Posted: Thu, 28 Dec 2006 @ 10:02:47 GMT
Subj: | | Re: Is it possible to append data to a single file |
|
From: | | D silva, Joseph Vinish |
I think the only issue here is getting a synchronisation between your two bteq scripts. But since your end goal is to have the data from two
different bteq scripts in the same file, well to begin with why don't you just put one bteq script with all the select statements in it ? Ok may
be you want to do some parallelism ? Then may be just export the data to two different files and then concatenate it together ( cat in unix/type
in dos batch) ...
Or you can just run the scripts one after another (using may be another wrapper script which calls the other two scripts in order).
That's all I can suggest without seeing the patient. ;)
Joseph D'silva
|