I am generating SQL in a stored procedure (On Teradata Release V2R.04.00.03.03 so I can't execute it dynamically). I want to have the output not show the column names. I tried putting (TITLE '') after each SQL statement, but it doesn't have any affect. Then I tried to use cast(stmt1 as title '') in the Call statement and it would not let me put a blank in there (overrode it and called it Stmt1) if I put something else in there it did call it that. How can I eliminate the column headings?