Oct 11, 2005 #1 devendrap Programmer Aug 22, 2001 50 US I have SQL for updating table. The SQL has derived table. The SQL works in Queryman but doesn't work in mainframe BTEQ. Appreciate your help. Thanks
I have SQL for updating table. The SQL has derived table. The SQL works in Queryman but doesn't work in mainframe BTEQ. Appreciate your help. Thanks
Oct 12, 2005 #2 dnoeth Instructor Oct 16, 2002 545 DE You probably used ODBC SQL syntax within your query, e.g. month(..) or rtrim(...) Uncheck "Allow use of ODBC SQL Extensions in queries" in Queryman, Tools -> Options And now that query will fail in Queryman, too ;-) If you don't know how to fix it, simply post it... Dieter Upvote 0 Downvote
You probably used ODBC SQL syntax within your query, e.g. month(..) or rtrim(...) Uncheck "Allow use of ODBC SQL Extensions in queries" in Queryman, Tools -> Options And now that query will fail in Queryman, too ;-) If you don't know how to fix it, simply post it... Dieter
Oct 13, 2005 Thread starter #3 devendrap Programmer Aug 22, 2001 50 US After reducing length of line from downloaded file, it works... Thank you!! Upvote 0 Downvote