Archives of the TeradataForum
Message Posted: Fri, 07 Jan 2011 @ 16:45:14 GMT
Subj: | | Re: BTEQ Restart Logic |
|
From: | | Geoffrey Rommel |
| How can i restart the Bteq script from the point it failed ? | |
Well ... you can't. BTEQ doesn't recognize environment variables and has only a few command-line parameters, so it would be difficult to tell
it where to restart from.
The best option might be a perl or ksh wrapper with a command-line option saying where to restart; then the wrapper could insert a .goto at the
top of the script before calling BTEQ. On the mainframe, REXX could be used for the same purpose.
|