Oct 15, 2003 #1 clpr Programmer Joined Aug 4, 2003 Messages 1 Location US I am writing an export bteq script in Unix if there is any error i want to write the error to a file Dilip
I am writing an export bteq script in Unix if there is any error i want to write the error to a file Dilip
Nov 4, 2003 #2 ZemogSC Programmer Joined Sep 29, 2003 Messages 30 Location US The command is: .set errorout stdout then redirect the output of your script normally. bteq<myscript>myerrorfile Upvote 0 Downvote
The command is: .set errorout stdout then redirect the output of your script normally. bteq<myscript>myerrorfile