Archives of the TeradataForum
Message Posted: Wed, 11 Oct 2006 @ 20:04:27 GMT
Subj: | | Re: Dynamic SQL on Mainframe |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Wednesday, October 11, 2006 15:51 -->
I'm not sure how inserting CR in the text would help fit text into LRECL 80 records.
But even on the mainframe, BTEQ will accept 253 characters in the input file records (and accepts RECFM V[B] as well as F[B]). For that matter,
it's hard for me to believe you need FastExport for this - use BTEQ and you can .EXPORT the script file and .RUN it in the same step.
|