Archives of the TeradataForum
Message Posted: Fri, 07 Apr 2006 @ 11:10:12 GMT
Subj: | | Re: Generating a wide report using BTEQ |
|
From: | | suresh doniparti |
When the report is having some heading (eg: details of the program) and footing, the length is more than 245 characters for a single line.
Footing is having 5 lines to print. But only three lines are printing
.SET RTITLE '1||//REPORT: S1000-BOOKING|| HOUSEHOLD BILLING||PAGE:&PAGE-
//REF: II-SURESH||ABC COMPANY.||RUN DATE: &DATE//IND-
USTRY MARKETING INFORMATION SYSTEMS||RETENTIO-
N: 1 YEAR||//||//||STATE: &2||//||BILL DATE - &3/25/&4||'
.SET FOOTING 'FOR INFORMATION CON-
CERNING THIS REPORT - CONTACT:INDUSTRY MARKETING INFORMATION SYSTEM -
AT (+91) 985-095-8361//NOTICE: THIS DOCUMENT INCLUDES CUSTOMER RECOR-
DS CONTAINING CUSTOMER PROPRIETARY NETWORK
. EXPORT REPORT DDNAME=RPTOUT
.IMPORT DATA DDNAME=DATEPARM;
Thanks & Regards,
Suresh Doniparti
|