Archives of the TeradataForum
Message Posted: Thu, 02 Sep 2010 @ 19:40:38 GMT
Subj: | | Bteq doc formatting |
|
From: | | JAMES PARK |
Dear users,
Teradata 13.0 on Window server.
In bteq script, how can I make the titles bold and put them at the center of the report?
select '**************** Weekly Security report ***************' (title ''); select ' ' (title '');
select ' ' (title '');
select ' ' (title '');
select '********** Security_Right Weekly report **********'(title ''); Exec
security_right ; .IF ERRORCODE<> 0 THEN .QUIT
Thank you for your support.
James
|