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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Rbar

  1. Rbar

    Like statement and % and .

    Does the LIKE statement work with % and . ?
  2. Rbar

    CAST and CASE

    It turns out I was missing the comma to separaate SELECT statements. Your syntax is perfect.
  3. Rbar

    CAST and CASE

    I want to cast the output of a case statement, but I havne't been able to get the syntax correct. cast(case when abckey like 'star%' then abckey else '' end as char(5)) as as STATUS 3706: Syntax error: expected something between '(' and the 'case' keyword.
  4. Rbar

    LIKE statement in a macro

    This construct worked: '%'||trim(:dbname1)||'%' the like % % with a space in the parameter entry isn't very selective. :)
  5. Rbar

    LIKE statement in a macro

    I'm having trouble getting the syntax for a like statemetn to use paremeters in a macro. I can't get the paremeters to work. Can anyone se what I'm missing? replace macro MACRO_DB.CollStatsPT_M (DBname Char (50), indicator Char (12)) as ( SELECT databasename, tablename 'FROM DBC.Tables...
  6. Rbar

    Column Names vs. Column Titles & ODBC settings

    I check the "use Column Names" option in my ODBC driver setup. WinDDI indeed uses the column names. Queryman uses the column titles. Can I make Queryman use column names? Thanks.
  7. Rbar

    MLOAD on Windows

    I've only succeeded by using the ROUTE MESSAGE TO FILE <filename> at the top of the script.
  8. Rbar

    MLOAD on Windows

    How can I capture the session messages?
  9. Rbar

    MLOAD on Windows

    mload < filename OR mload < &quot;filename&quot; definitely starts Multilaod but the scriptfile never executes and the mload box just sits there. Hmm.
  10. Rbar

    MLOAD on Windows

    Can anyone tell me how to invoke Mload from the <Start> <Run> command line in Windows? Thanks in advance.
  11. Rbar

    How to show the query in export file using BTEQ?

    How do I get BTEQ messages wirtten to a Windows files without using an .export file? Or is that required?
  12. Rbar

    BTEQ on Windows

    I have not been able to get the message directed to a Windows file. I've tried the > and >> but that hasn't changed anything. There's nothing more required than to add the file name to the BTEQ command line?
  13. Rbar

    Microsoft Access to Teradata via ODBC

    Did you ever figure this out?
  14. Rbar

    BTEQ on Windows

    My Bteq invocation is in my bat file. Do I have to break it up to route to an <outfile>? I'm using Windows Bteq.
  15. Rbar

    BTEQ on Windows

    That works. Thanks. How can I save the output from a batch bteq?

Part and Inventory Search

Back
Top