![]() |
|
Archives of the TeradataForumMessage Posted: Fri, 17 Sep 2004 @ 08:27:11 GMT
Hello again. After trying many combinations of BTEQ options, I could sure use a few pointers for placing the column name above the column data. I looked at the BTEQ manul and the posts/respones in the Forum but I am still missing something. (I did get the mainframe batch job/query to run successfully.) Suggestions Please. Thanks. Results Example:
emp_id
- - - - - -
140495
BTEQ Commands:
.LOGON TDPD/abcd,test
.EXPORT DATA ddname=outfile ;
.FORMAT ON ;
.SET HEADING ;
.SET UNDERLINE ON ;
.SET WIDTH 254 ;
.SET sidetitles off ;
SELECT CAST(CAST(emp_id
AS FORMAT 'z(18)') AS CHAR(18))
FROM emp_table;
.EXPORT RESET;
.LOGOFF
.EXIT
Capp Luckett
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||