Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bteq error handling

Status
Not open for further replies.

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
 
The command is:
.set errorout stdout

then redirect the output of your script normally.

bteq<myscript>myerrorfile

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top